curl --request POST \
--url http://127.0.0.1:8787/v1/sessions/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"data": null,
"error": {
"code": "NOT_FOUND",
"message": "Session not found.",
"hint": "The session with the given ID was not found.",
"docs": "https://kayle.id/docs/api/sessions#cancel-by-id"
}
}curl --request POST \
--url http://127.0.0.1:8787/v1/sessions/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"data": null,
"error": {
"code": "NOT_FOUND",
"message": "Session not found.",
"hint": "The session with the given ID was not found.",
"docs": "https://kayle.id/docs/api/sessions#cancel-by-id"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.kayle.id/llms.txt
Use this file to discover all available pages before exploring further.