Skip to main content
DELETE
/
api
/
context
/
{context_id}
Context Delete
curl --request DELETE \
  --url https://app.apigene.ai/api/context/{context_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

context_id
string
required

Response

Successful Response