DELETE
/
ai-execution-context
/
{id}
Delete AI Execution Context
curl --request DELETE \
  --url https://api.wacht.dev/ai-execution-context/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Path Parameters

id
string
required

Execution context ID

Response

Execution context deleted successfully