Skip to main content
PUT
/
api
/
ContactMethod
/
Unarchive
/
{contactMethodId}
Unarchive a Contact Method
curl --request PUT \
  --url https://api.virtuoussoftware.com/api/ContactMethod/Unarchive/{contactMethodId} \
  --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

contactMethodId
string
required

Response

OK

Last modified on June 5, 2026