Skip to main content
DELETE
/
contacts
/
{contactId}
cURL
curl --request DELETE \
  --url https://api.vooma.ai/v0/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
Beta Feature: This functionality is currently in beta. You may experience changes or limited support as we continue to improve it.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contactId
string
required

Response

200 - application/json

Ok

success
boolean
required