Transcript LOL API
DELETE
/spaces/{spaceId}

Delete workspace

Deletes the workspace. The workspace must be empty.

/spaces/{spaceId}

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.

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

OK

{
  "success": true
}