Skip to main content
DELETE
/
api
/
agent
/
delete
/
{agent_id}
Agent Delete
curl --request DELETE \
  --url https://app.apigene.ai/api/agent/delete/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

agent_id
string
required

Response

Successful Response