Authorization: Bearer ********************curl --location --request DELETE 'https://api.gofive.co.th/v1/calendio/bookings/' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": {
"code": "1000",
"description": "Success"
},
"data": "string"
}