cURL
curl --request DELETE \ --url https://api.rask.ai/v2/projects/{project_id}/transcription/segments/{segment_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Delete project transcription segment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID
Segment ID
ID of deleted segment
The response is of type object.
object