Skip to main content
DELETE
/
v2
/
auto-monitor-setups
/
{external_id}
Delete an auto monitor setup by external ID
curl --request DELETE \
  --url https://api.traceloop.com/v2/auto-monitor-setups/{external_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "error message"
}

Documentation Index

Fetch the complete documentation index at: https://www.traceloop.com/docs/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 <token>, where <token> is your auth token.

Path Parameters

external_id
string
required

Auto monitor setup external ID

Response

No content