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
| ||||
Failed
|