Skip to main content
DELETE
/
api
/
Contact
/
{contactId}
/
Collection
/
{collectionInstanceId}
cURL
curl --request DELETE \
  --url https://api.example.com/api/Contact/{contactId}/Collection/{collectionInstanceId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

contactId
integer<int32>
required
collectionInstanceId
integer<int32>
required

Response

OK

Last modified on June 5, 2026