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