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

Errors

401
Delete Contact Request Unauthorized Error
403
Delete Contact Request Forbidden Error
404
Delete Contact Request Not Found Error
409
Delete Contact Request Conflict Error
500
Delete Contact Request Internal Server Error