monitors

Delete monitor

Delete a specific monitor

delete/monitors/{monitorId}

Path parameters

monitorIdstring required

Response

Operation successful

successboolean required
msgstring required
dataobject

Response payload (varies by endpoint)

Example response

{
  "success": true,
  "msg": "Operation completed successfully"
}

Changes