Skip to main content

Delete VOD encoding

DELETE 

https://api.one.blendvision.com/bv/cms/v1/vods/:vod_id/encodings/:id

Delete the specific version of VOD Encoding Contents.


Required field(s):

  • vod_id
  • id

Request

Path Parameters

    vod_id stringrequired

    Required. The unique id of the VOD resource.

    id stringrequired

    Required. The unique id of the VOD encoding resource.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema

    object

Authorization: authorization

name: authorizationtype: apiKeydescription: Enter the token with Bearer schema prefix, eg. `Bearer <token-string>`in: header
curl -L -X DELETE 'https://api.one.blendvision.com/bv/cms/v1/vods/:vod_id/encodings/:id' \
-H 'Accept: application/json' \
-H 'authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.one.blendvision.com
Auth
Parameters
— pathrequired
— pathrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!