---
title: "Delete the specified media item"
method: DELETE
path: "/media/{id}/"
tags: ["Media"]
---

# Delete the specified media item

`DELETE /media/{id}/`

Delete the specified media item. Defaults to soft deletion.

## Query parameters

- `hard_delete` boolean
- `reason` string
- `author_alert` boolean
- `author_alert_reason` string

## Response `200`

OK

- object
  - `success` boolean

## Other responses

- `default` — Error

---

[API](https://skmtc.net/xenforo-ltd/apis/xenforo-api.md) · [All operations](https://skmtc.net/xenforo-ltd/apis/xenforo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenforo-ltd/xenforo-api/versions/b15eba33657a/schema)
