Aborts the active OpenCode generation for this chat session.
curl --request POST \
--url https://api.case.dev/agent/v1/chat/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"ok": true
}Was this page helpful?
curl --request POST \
--url https://api.case.dev/agent/v1/chat/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"ok": true
}