Delete a vendor contact.
DELETE
/vendors/{vendorId}/contacts/{contactId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api-sandbox.saaslogic.io/v1/vendors/9e3f7852-4039-4b8d-b4d6-2cc6d3f32667/contacts/9881bb46-5a49-48c9-8611-9e6cdc7e0627' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Response Response Example
{
"message": "UN_AUTHORIZED"
}
Request
Path Params
vendorId
string
required
Example:
9e3f7852-4039-4b8d-b4d6-2cc6d3f32667
contactId
string
required
Example:
9881bb46-5a49-48c9-8611-9e6cdc7e0627
Header Params
Authorization
string
required
Default:
Bearer {{bearerToken}}
Content-Type
string
optional
Default:
application/json
Accept
string
optional
Default:
application/json