Gladia
    Gladia
    • List Transcriptions
      GET
    • Create Transcription
      POST
    • Get Transcription
      GET
    • Delete Transcription
      DELETE
    • Download Transcription audio
      GET
    • Create Upload
      POST

      Delete Transcription

      Develop Env
      https://dev.your-api-server.com
      Develop Env
      https://dev.your-api-server.com
      DELETE
      /v2/transcription/{id}
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'https://dev.your-api-server.com/v2/transcription/' \
      --header 'x-gladia-key: <api-key>'
      Response Response Example
      202 - Success
      This response has no body data.

      Request

      Path Params
      id
      string 
      required
      Id of the transcription
      Header Params
      x-gladia-key
      string 
      required
      Example:
      <api-key>

      Responses

      🟢202Accepted
      application/json
      Body
      object {0}
      🟠401Unauthorized
      Modified at 2024-07-30 09:04:27
      Previous
      Get Transcription
      Next
      Download Transcription audio
      Built with