Skip to main content
DELETE
/
v1
/
contacts
Delete multiple contacts
curl --request DELETE \
  --url https://api.prod.getdex.com/v1/contacts/ \
  --header 'Authorization: Bearer <token>'
{
  "error": true,
  "data": {
    "count": 123,
    "contact_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ]
  }
}

Use cases

  • Clean up duplicate or outdated contacts in bulk
  • Remove imported contacts that are no longer needed
  • Perform bulk housekeeping on your contact database
This action is permanent and cannot be undone. All notes, reminders, and tag associations for the deleted contacts will also be removed.

Authorizations

Authorization
string
header
required

Use your Dex API key (e.g. dex_abc123...) as the Bearer token.

Query Parameters

contactIds
string[]
required
Minimum array length: 1

Response

Successful response

error
boolean
required
data
object
required