Skip to main content
PUT
/
api
/
Contact
/
Archive
/
{contactId}
Archive a Contact
curl --request PUT \
  --url https://api.virtuoussoftware.com/api/Contact/Archive/{contactId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "archiveReason": "Optional reason for Archiving the contact"
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

contactId
string
required

(Required) The contact identifier.

Body

application/json
archiveReason
string

Response

OK

Last modified on June 5, 2026