Skip to main content

Disable an Active Message Tracker

Disables an active message tracker identified by its tracker_id.

On success, the API returns:

{
"message": "Message tracker updated successfully"
}

If the update fails, the response will be:

{
"message": "Failed to update message tracker",
"error": "Bad Request",
"statusCode": 400
}
Header Parameters
x-api-key uuid REQUIRED
x-api-secret uuid REQUIRED
Request Body REQUIRED
tracker_id string REQUIRED
Responses
Success
Schema OPTIONAL
message string

Message tracker updated successfully

Failed
Schema OPTIONAL
message string

Failed to update message tracker

error string

Bad Request

statusCode integer

400