curl --location --request DELETE '/contacts/' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "event": "my_custom_event" }'
{ "error": "string" }