DELETE
/
api
/
v1
/
monitors
/
{id}
curl --request DELETE \
  --url https://app.datafold.com/api/v1/monitors/{id} \
  --header 'Authorization: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key <api-key>'

Path Parameters

id
integer
required

The unique identifier of the monitor.

Response

200
application/json
Successful Response

The response is of type any.