Skip to main content
DELETE
/
api
/
ContactReference
/
{referenceSource}
Delete a Contact Reference
curl --request DELETE \
  --url https://api.virtuoussoftware.com/api/ContactReference/{referenceSource} \
  --header 'Authorization: Bearer <token>'
"<object>"

Authorizations

Authorization
string
header
required

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

Path Parameters

referenceSource
string
required

(Required) The reference source.

Query Parameters

referenceId
string

(Required) The reference identifier.

Response

OK

The response is of type string.

Last modified on June 5, 2026