Codevisor Server
Api reference

POST Sessions Id Cancel

POST/v1/sessions/{id}/cancel

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

clientActionId?string|null

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/sessions/string/cancel" \  -H "Content-Type: application/json" \  -d '{}'
{  "cancelled": true}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}