Delete monitor
Monitors
Delete monitor
Soft-deletes a monitor. The monitor is flagged as deleted, stops executing scheduled jobs immediately, and no longer appears in list results.
Only the monitor owner can delete a monitor. Returns 404 if the
monitor is not found or does not belong to the authenticated user.
Deleting an already-deleted monitor returns 200.
DELETE
Delete monitor
Authorizations
API key for authentication.
Path Parameters
Monitor identifier.
Response
Monitor deleted successfully (or already deleted).
True if the delete operation succeeded; false otherwise.
Example:
true
Human-readable result message.
Example:
"Monitor deleted successfully."
ID of the deleted monitor. null on failure.
Example:
"7f3a8b2c-1e4d-4a5b-9c8d-6e7f8a9b0c1d"

