X-Jicoo-Api-Key: ********************
{}
curl --location --request POST '/v1/bookings//cancel' \ --header 'X-Jicoo-Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "data": { "uid": "string", "eventTypeId": "string", "name": "string", "description": "string", "status": "request", "startedAt": "2019-08-24T14:15:22Z", "endedAt": "2019-08-24T14:15:22Z", "locationId": "inPerson", "url": "string", "phoneNumber": "string", "address": "string", "customLocation": "string", "access": "string", "timeZone": "string", "priority": "low", "cancelReason": "string", "cancelledAt": "2019-08-24T14:15:22Z", "cancelledBy": "host", "hosts": [ { "userId": "string", "role": "admin" } ], "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } }