[Go to site: main page, start]

Skip to main content
POST
Delete a contact
Delete a contact by email or userId.

Authorizations

Authorization
string
header
required

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

Body

application/json

Include only one of email or userId.

email
string
required
Example:

"alex@company.com"

userId
string
required
Example:

"usr_7f8e9d0c1b2a"

Response

Successful delete.

success
boolean
required
Example:

true

message
string
required
Example:

"Contact deleted."

Last modified on July 17, 2026