Skip to main content
DELETE
/
v2
/
live
/
{id}
Delete the live job
curl --request DELETE \
  --url https://api.gladia.io/v2/live/{id} \
  --header 'x-gladia-key: <api-key>'
{
  "timestamp": "2023-12-28T09:04:17.210Z",
  "path": "/v2/transcription/45463597-20b7-4af7-b3b3-f5fb778203ab",
  "request_id": "G-821fe9df",
  "statusCode": 401,
  "message": "gladia key not found"
}

Authorizations

x-gladia-key
string
header
required

Your personal Gladia API key

Path Parameters

id
string
required

Id of the live job

Example:

"45463597-20b7-4af7-b3b3-f5fb778203ab"

Response

The live job has been successfully deleted