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.

Path parameters

contactIdintegerRequired
Unique identifier for the contact.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. We deleted the contact.

Errors