Delete contact by id

Deletes a contact if it meets the following conditions:

  1. Validation:
    • Contact must exist
    • Contact must not have any active orders
    • Contact must not be linked to any active transactions

Path parameters

organizationIdstringRequired
Organization ID
merchantIdstringRequired
Merchant ID
contactIdstringRequired
ID of the contact to delete

Headers

AuthorizationstringRequired

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

Errors