> For the complete documentation index, see [llms.txt](https://suggester.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suggester.gitbook.io/docs/v3/staff/delete.md).

# Delete

{% hint style="danger" %}
This site no longer receives updates. Visit the [**new** **documentation**](https://suggester.js.org) instead.
{% endhint %}

#### Description

The `delete` command allows staff members to delete suggestions. It is the equivalent of a [deny](/docs/v3/staff/deny.md) command for approved suggestions. When this command is run, the suggestion creator will be sent a DM that their suggestion has been deleted. If a denied suggestions channel is configured, the suggestion will be posted into the denied suggestions feed.

{% hint style="danger" %}
Once a suggestion is deleted, it is deleted forever. It cannot be re-approved from the deleted state.
{% endhint %}

#### Required Arguments&#x20;

* `suggestion id` - The ID of the suggestion to delete

{% hint style="warning" %}
This command only works on suggestions that have been previously **approved**.
{% endhint %}

#### Optional Arguments

* `reason` - Reason for deleting the suggestion

#### Usage

```
.delete [suggestion id] (reason)
```

{% hint style="info" %}
Arguments in `[brackets]` are required, while arguments in `(parenthesis)` are optional.
{% endhint %}

#### Permission Required

Any user with the **Manage Server** permission, a configured admin role, or a configured staff role can use this command.
