Skip to main content

Delete Live Session

Delete a live session.

POST
/live-session/delete
x-api-key<token>

API key used for authentication

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/live-session/delete" \  -H "Content-Type: application/json" \  -d '{    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"  }'
{
  "success": true
}
{
  "error": "string",
  "code": "string",
  "details": {}
}