remove contact from offer
DELETE/org/:orgId/contact/:contactId/offer/:offerId
remove contact from offer by given organization, offer id and contact id.
Request
Path Parameters
orgId stringrequired
Organization ID
contactId stringrequired
Contact ID
offerId stringrequired
Offer 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...