Skip to main content
DELETE
/
api
/
v1
/
monitors
/
{id}
Delete a Monitor
curl --request DELETE \
  --url https://app.datafold.com/api/v1/monitors/{id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Path Parameters

id
integer
required

The unique identifier of the monitor.

Response

Successful Response