Transcript LOL API
DELETE
/spaces/{spaceId}/speakers/{speakerId}

Authorization

x-api-key
x-api-key<token>

In: header

Path Parameters

spaceId*string

ID of the workspace.

speakerId*string

ID of the speaker to delete.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://transcript.lol/api/v1/spaces/string/speakers/string"
{
  "success": true
}
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}