Delete contact by id
Deletes a contact if it meets the following conditions:
- Validation:
- Contact must exist
- Contact must not have any active orders
- Contact must not be linked to any active transactions
Path parameters
organizationId
Organization ID
merchantId
Merchant ID
contactId
ID of the contact to delete
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.