Skip to main content
DELETE
/
ai
/
agents
/
{agent_id}
/
sub-agents
/
{sub_agent_id}
Detach sub-agent
curl --request DELETE \
  --url https://api.wacht.dev/ai/agents/{agent_id}/sub-agents/{sub_agent_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Path Parameters

agent_id
string
required
sub_agent_id
string
required

Response

200 - application/json

Detached sub-agent

The response is of type object.