Skip to main content
DELETE
/
v1
/
monitors
/
{monitor_id}
Delete Monitor
curl --request DELETE \
  --url https://api.olostep.com/v1/monitors/{monitor_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "monitor_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.olostep.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer , where is your auth token.

Path Parameters

monitor_id
string
required

Unique monitor identifier. Must start with monitor_.

Pattern: ^monitor_

Response

Monitor deleted successfully.

message
string
monitor_id
string