DELETE
/
api
/
v1
/
agents
/
{agent_id}
Delete Agent
curl --request DELETE \
  --url https://agent-studio.thena.ai/api/v1/agents/{agent_id} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string<uuid>
required

Response

204

Successful Response