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

Authentication

AuthorizationBearer

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

Path Parameters

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

Headers

x-admin-api-keystringRequired

Errors