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
userId
string
required

Response

Successful delete.

success
boolean
required
Example:

true

message
string
required
Example:

"Contact deleted."

Last modified on July 17, 2026