Skip to main content
DELETE
/
api
/
ContactIndividual
/
{contactIndividualId}
/
Collection
/
{customCollectionId}
Delete Collection for an Individual
curl --request DELETE \
  --url https://api.virtuoussoftware.com/api/ContactIndividual/{contactIndividualId}/Collection/{customCollectionId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contactIndividualId
string
required
customCollectionId
string
required

Query Parameters

collectionInstanceId
string

(Required) The collection instance identifier.

Response

OK

Last modified on June 5, 2026