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

Documentation Index

Fetch the complete documentation index at: https://enrolla-nk-hub-guardrails.mintlify.app/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

setup_id
string
required

Auto monitor setup ID

Response

No content