Remove a contact

Removes a contact by handle or contact record ID.

This is a bidirectional operation โ€” both you and the other party will be removed from each otherโ€™s contact lists.

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the โ€˜Bearer โ€™ prefix)

Request

Remove contact params
contact_idstringOptionalformat: "uuid"
Contact record ID
handlestringOptional

Contactโ€™s handle (with or without @ prefix)

Response

Removed contact
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error