docs
  1. Admin Api
  2. Resources
  3. Merchants
  4. Merchant Contacts
  5. Delete Merchant Contact

Delete merchant contact

Delete a contact

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
merchantIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key(%3D|\=)[a-zA-Z0-9-_%\+\. ]*$
merchantContactId
  • required
integer
Example:
1

Responses

204
Contact was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/merchants/{merchantIdentifier}/contacts/{merchantContactId}

Request samples

Provide Feedback