humanApiContacts

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.

post/api/v1/me/contacts/remove

Headers

X-API-Keystring required

Enter your API key for programmatic access

Request body

contact_idstring uuid

Contact record ID

handlestring

Contact's handle (with or without @ prefix)

Response

Removed contact

ContactsRemoveMyContactResponse200 required— unresolved $ref

Changes