curl --request POST \
--url https://api.trymaven.com/v1/sessions/{session_id}/cancel \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Cancel a pending session.
Only sessions in PENDING or COLLECTING status can be cancelled.
Authentication: API Key (Bearer token)
curl --request POST \
--url https://api.trymaven.com/v1/sessions/{session_id}/cancel \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.trymaven.com/llms.txt
Use this file to discover all available pages before exploring further.