Bitmovin Configurations API

The Configurations API from Bitmovin — 27 operation(s) for configurations.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/bitmovin-configurations-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

bitmovin-configurations-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Bitmovin Encoding Config Configurations API
  description: REST API for cloud-based VOD and live video encoding. Supports H.264, H.265/HEVC, VP9, AV1 and more, along with adaptive bitrate packaging (HLS/DASH/Smooth Streaming), DRM (Widevine, PlayReady, FairPlay), and per-title encoding optimisation.
  version: '3.0'
  termsOfService: https://bitmovin.com
  contact:
    name: Bitmovin Inc
    url: https://bitmovin.com
    email: support@bitmovin.com
servers:
- url: https://api.bitmovin.com/v1
  description: Bitmovin Server
  variables: {}
security:
- ApiKeyAuth: []
- ApiKeyAuth: []
  TenantOrgId: []
tags:
- name: Configurations
paths:
  /encoding/configurations/audio/aac/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete AAC Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioAacByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/ac3/{configuration_id}:
    delete:
      deprecated: true
      tags:
      - Configurations
      summary: Delete AC3 Codec Configuration
      description: 'Deprecation notice: use Dolby Digital instead. For more information check out our tutorial here:

        https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings

        '
      operationId: DeleteEncodingConfigurationsAudioAc3ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/dolby-digital/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete Dolby Digital Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioDDByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/dolby-atmos/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete Dolby Atmos Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioDolbyAtmosByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/dolby-digital-plus/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete Dolby Digital Plus Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioDolbyDDPlusByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/dts/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete DTS Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioDtsByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/dts-passthrough/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete DTS Passthrough Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioDtsPassthroughByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/dtsx/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete DTS:X Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioDtsXByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/eac3/{configuration_id}:
    delete:
      deprecated: true
      tags:
      - Configurations
      summary: Delete E-AC3 Codec Configuration
      description: 'Deprecation notice: use Dolby Digital Plus instead. For more information check out our tutorial here:

        https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings

        '
      operationId: DeleteEncodingConfigurationsAudioEac3ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/he-aac-v1/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete HE-AAC v1 Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioHeAacV1ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/he-aac-v2/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete HE-AAC v2 Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioHeAacV2ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/mp2/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete MP2 Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioMp2ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/mp3/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete MP3 Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioMp3ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/opus/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete Opus Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioOpusByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/passthrough/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete Audio Passthrough Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioPassthroughByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the audio configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the audio configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/pcm/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete PCM Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioPcmByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/audio/vorbis/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete Vorbis Codec Configuration
      operationId: DeleteEncodingConfigurationsAudioVorbisByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/subtitles/dvb-subtitle/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete DVB-SUB subtitle configuration
      operationId: DeleteEncodingConfigurationsSubtitlesDvbSubtitleByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the subtitle configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the deleted configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/subtitles/imsc/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete IMSC subtitle configuration
      operationId: DeleteEncodingConfigurationsSubtitlesImscByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the subtitle configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the deleted configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/subtitles/webvtt/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete WebVtt subtitle configuration
      operationId: DeleteEncodingConfigurationsSubtitlesWebVttByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the subtitle configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the deleted configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/video/av1/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete AV1 Codec Configuration
      operationId: DeleteEncodingConfigurationsVideoAv1ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/video/h262/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete H262 Codec Configuration
      operationId: DeleteEncodingConfigurationsVideoH262ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/video/h264/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete H264/AVC Codec Configuration
      operationId: DeleteEncodingConfigurationsVideoH264ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/video/h265/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete H265/HEVC Codec Configuration
      operationId: DeleteEncodingConfigurationsVideoH265ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/video/mjpeg/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete MJPEG Codec Configuration
      operationId: DeleteEncodingConfigurationsVideoMjpegByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: e7110fad-9076-4ca1-88f7-a29b66c2b78e
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/video/vp8/{configuration_id}:
    delete:
      tags:
      - Configurations
      summary: Delete VP8 Codec Configuration
      operationId: DeleteEncodingConfigurationsVideoVp8ByConfigurationId
      parameters:
      - name: configuration_id
        in: path
        description: Id of the codec configuration
        style: simple
        required: true
        schema:
          type: string
          example: cb90b80c-8867-4e3b-8479-174aa2843f62
      responses:
        '200':
          description: Successful response.
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/ResponseEnvelope'
                - properties:
                    data:
                      properties:
                        result:
                          allOf:
                          - $ref: '#/components/schemas/BitmovinResponse'
                          - description: Id of the codec configuration
        default:
          description: Error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseError'
  /encoding/configurations/video/vp9/{configuration_id}:
    delete:
      tags:
      - Conf

# --- truncated at 32 KB (37 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/bitmovin/refs/heads/main/openapi/bitmovin-configurations-api-openapi.yml