Contacts

Delete contact

Use this method to delete a contact associated with a processing account.

To delete a contact, you need their contactId. Our gateway returned the contactId in the response of the Create Processing Account method.

Note: If you don’t have the contactId, use our Retrieve Processing Account method or our List Contacts method to search for the contact.

delete/contacts/{contactId}

Path parameters

contactIdinteger required

Unique identifier for the contact.

Headers

Authorizationstring required

Bearer authentication

Response

Successful request. We deleted the contact.

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.