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
}

Documentation Index

Fetch the complete documentation index at: https://docs.vooma.ai/llms.txt

Use this file to discover all available pages before exploring further.

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