---
title: "Delete Media Extended Audio Description"
method: DELETE
path: "/media_extended_audio_descriptions/{id}"
tags: ["Extended Audio Descriptions"]
---

# Delete Media Extended Audio Description

`DELETE /media_extended_audio_descriptions/{id}`

Deletes an extended audio description by its hashed id.

## Path parameters

- `id` string, required

## Headers

- `X-Wistia-API-Version` string, required

## Response `200`

Media Extended Audio Description deleted successful

- object
  - `id` string
  - `ietf_language_tag` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `media` object
    - `id` string, required — A unique alphanumeric identifier for the record.
    - `index_url` string, required — A URL for fetching all the records of the given record type. You can pass hashed_ids as a param with multiple values to do a batch fetch for this records type.
    - `url` string, required — A URL that can be used to fetch this record.
  - `provided_media_file` object
    - `id` string, required — A unique alphanumeric identifier for the record.
    - `index_url` string, required — A URL for fetching all the records of the given record type. You can pass hashed_ids as a param with multiple values to do a batch fetch for this records type.
    - `url` string, required — A URL that can be used to fetch this record.
  - `contact` object
    - `id` string, required — A unique alphanumeric identifier for the record.
    - `index_url` string, required — A URL for fetching all the records of the given record type. You can pass hashed_ids as a param with multiple values to do a batch fetch for this records type.
    - `url` string, required — A URL that can be used to fetch this record.
  - `cursor` string, nullable — A cursor for stable pagination based on current `sort_by` order. You can pass this to `cursor[before]` or `cursor[after]` as a parameter to fetch the records before or after this record in the same sort order. This is only populated if records were fetched with `cursor[enabled]`, or `cursor[before]` or `cursor[after]`.

## Other responses

- `401` — Unauthorized, invalid or missing token
- `403` — Forbidden, token is valid but account does not have access to feature
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.dev/wistia/apis/data-api.md) · [All operations](https://skmtc.dev/wistia/apis/data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wistia/data-api/revisions/e40b3678d9d5/schema)
