Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions developers/resources/message.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1213,10 +1213,6 @@ All parameters to this endpoint are optional and nullable.

Delete a message. If operating on a guild channel and trying to delete a message that was not sent by the current user, this endpoint requires the `MANAGE_MESSAGES` permission. Returns a 204 empty response on success. Fires a [Message Delete](/developers/events/gateway-events#message-delete) Gateway event.

<Info>
This endpoint supports the `X-Audit-Log-Reason` header.
</Info>

## Bulk Delete Messages
<Route method="POST">/channels/[\{channel.id\}](/developers/resources/channel#channel-object)/messages/bulk-delete</Route>

Expand Down