Delete an 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.
JWT Bearer token authentication using the Authorization header
Execution context ID
Execution context deleted successfully
curl --request DELETE \
--url https://api.wacht.dev/ai-execution-context/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.