Skip to content

Delete Contact

DELETE
/contacts/{id}

Delete a buyer contact. Requires the contact:delete scope.

id
required
string
uuid
required
string format: uuid

The UUID of the contact to delete.

Contact deleted successfully.

object
message
required
string
Allowed value: Contact deleted successfully.

Contact not found.

object
message
required
string
Allowed value: Contact not found.