DeleteSubtitle

DELETE/media/v1/projects/{project_id}/videos/{video_id}/subtitles/{subtitle_id}

Path Parameters

project_id*project_id

The project_id path parameter.

video_id*video_id

The video_id path parameter.

subtitle_id*subtitle_id

The subtitle_id path parameter.

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X DELETE "https://api.rixl.com/media/v1/projects/Bq4y3QB38S/videos/FpzVPNx1cG/subtitles/Z9Y8X7W6V5"

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}