remove contact from buyer
DELETE/org/:orgId/contact/:contactId/buyer/:buyerId
remove contact from buyer by the given organization, buyer id and contact id.
Request
Path Parameters
orgId stringrequired
Organization ID
buyerId stringrequired
Buyer ID
contactId stringrequired
Contact ID
Responses
- 200
- 400
- 500
empty string if success
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...