DELETE
/
v2
/
projects
/
{project_id}
/
transcription
/
segments
/
{segment_id}
curl --request DELETE \
  --url https://api.rask.ai/v2/projects/{project_id}/transcription/segments/{segment_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Project ID

segment_id
string
required

Segment ID

Response

200
application/json
ID of deleted segment
id
string
required

Segment ID