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
organizationId
Organization ID
merchantId
Merchant ID
contactId
ID of the contact to delete
Response
Contact deleted successfully