Monitoring API
Delete Monitor
Deletes an active monitor. This action stops the API from monitoring new events for the target user profile and halts all future charges associated with this monitor.
delete/monitors/{monitor_id}
Path parameters
monitor_idstring required
Target monitor ID.
Response
Monitor successfully deleted
Example response
{
"status": "success"
}