---
title: "Delete the specified resource"
method: DELETE
path: "/resources/{id}/"
tags: ["Resources"]
---

# Delete the specified resource

`DELETE /resources/{id}/`

Delete the specified resource. 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/revisions/b15eba33657a/schema)
