Skip to main content

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

empty string if success

Schema

    string

Loading...