v6

latestOpenAPI 3.0.0raw.githubusercontent.com2025-03-123918105.6 KB
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

statusstring

Example response

{
  "status": "success"
}