v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Contact Endpoints

contacts/deactivate

This endpoint is used to deactivate a contact

post/contacts/deactivate

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

ContactIDstring

This ID of the deactivated contact

IsActivestring

The status of the deactivated contact

DateDeactivatedstring

The date and time the contact was deactivated

Example response

{
  "ContactID": "test_contact_id",
  "IsActive": "0",
  "DateDeactivated": "2024-04-04 04:04:04"
}