# Delete Media [View original](https://ittybit.cloud/api/media/delete) `DELETE /media/{id}` Permanently removes a media object from the system. This action cannot be undone. ### Parameters ```json [ { "$ref": "#/components/parameters/AcceptVersionHeader" }, { "in": "path", "name": "id", "required": true, "schema": { "type": "string", "example": "med_abcdefgh1234" } } ] ``` ### Responses #### 202 - Accepted **Example:** ```json { "message": "med_abcdefgh1234 deleted" } ```