Snapshots and terminates the active sandbox (if any), then marks the chat as ended.
curl --request DELETE \
--url https://api.case.dev/agent/v1/chat/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "<string>",
"snapshotImageId": "<string>",
"runtimeMs": 123,
"cost": 123
}Was this page helpful?
curl --request DELETE \
--url https://api.case.dev/agent/v1/chat/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "<string>",
"snapshotImageId": "<string>",
"runtimeMs": 123,
"cost": 123
}