Skip to main content
POST
/
v1
/
sessions
/
{session_id}
/
cancel
Cancel Session
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.

Authorizations

Authorization
string
header
required

Enter your API key: mvn_test_xxx or mvn_live_xxx

Path Parameters

session_id
string<uuid>
required

Response

Successful Response