Skip to main content
DELETE
/
api
/
v1
/
projects
/
{project_id}
/
agents
/
{agent_id}
Remove Agent From Project
curl --request DELETE \
  --url https://control-plane.kubiya.ai/api/v1/projects/{project_id}/agents/{agent_id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required
agent_id
string
required

Response

Successful Response