Skip to main content
POST
/
api
/
v1
/
contacts
/
bulk-delete
Bulk Delete Contacts
curl --request POST \
  --url https://api.example.com/api/v1/contacts/bulk-delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "success": true,
  "deleted": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

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

Headers

Authorization
string | null

Body

application/json

Request to bulk delete contacts.

contact_ids
string<uuid>[]
required
Minimum array length: 1

Response

Successful Response

Response from bulk delete.

success
boolean
required
deleted
integer
required