Skip to main content

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

empty string if success

Schema

    string

Loading...