cURL
curl --request DELETE \ --url https://api.vooma.ai/v0/contacts/{contactId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ok