Delete Contact
DELETE /contacts/{id}
DELETE
/contacts/{id}
Delete a buyer contact. Requires the contact:delete scope.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
uuid
required
string format: uuid
The UUID of the contact to delete.
Responses
Section titled “ Responses ”Contact deleted successfully.
object
message
required
string
Contact not found.
object
message
required
string