Transcript LOL API
DELETE
/spaces/{spaceId}/recordings/{recordingId}

Delete recording

Deletes the recording and all its contents. This includes:

  • Transcript contents
  • Media files
  • Insights
  • Everything else under this recording
/spaces/{spaceId}/recordings/{recordingId}

The Authorization access token

Authorization

x-api-key<token>

In: header

Path Parameters

spaceId
Required
string

ID of the workspace. You can find from the url in dashboard when you open the workspace or using the list workspaces endpoint.

recordingId
Required
string

ID of the recording. You can find from the url in dashboard when you open the workspace or using the list recordings endpoint.

curl -X DELETE "https://transcript.lol/api/v1/spaces/string/recordings/string" \
  -H "Authorization: <token>"

OK

{
  "success": true
}