Skip to main content
DELETE
/
api
/
v1
/
agent-configs
/
{kind}
Delete an `agent_configs` row. Does not cascade to `agent_runs` — historical run rows remain queryable.
curl --request DELETE \
  --url https://api.backside.app/api/v1/agent-configs/{kind} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kind
string
required

Agent kind identifier

Response

Config deleted