Skip to main content
DELETE
/
api
/
v1
/
context
/
{entity_type}
/
{entity_id}
Clear Context
curl --request DELETE \
  --url https://control-plane.kubiya.ai/api/v1/context/{entity_type}/{entity_id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

entity_type
enum<string>
required
Available options:
environment,
team,
project,
agent
entity_id
string
required

Response

Successful Response