Skip to main content
DELETE
/
v1
/
monitors
/
{monitor_id}
Usunięcie monitora
curl --request DELETE \
  --url https://api.krdata.pl/v1/monitors/{monitor_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.krdata.pl/llms.txt

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

Authorizations

x-api-key
string
header
required

Path Parameters

monitor_id
string
required

Response

Successful Response