Change Contact Status
Changes the status of the specified contact and writes a matching entry to the contact's log. Use Deleted to soft-delete a contact; use Active to un-delete or reactivate. Status changes are also reflected in the audit log.
Path Parameters
idstringrequired
The dsid of the contact whose status is being changed.
Query Parameters
statusstringrequired
The new status. One of: Active, Inactive, Spam, Deleted.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {}
}