Closed TechGeekGamer closed 1 year ago
When using the Bulk Delete Messages endpoint I get a 204 response but the messages still persist. The messages are less than 2 weeks old.
curl https://discord.com/api/v10/channels/CHANNEL_ID/messages/bulk-delete -i -H 'Content-Type: application/json' -H 'User-Agent: DiscordBot' -H 'Authorization: Bot BOT_TOKEN' -d '{"messages":["MESSAGE_ID_1","MESSAGE_ID_2", "MESSAGE_ID_3"]}'
Return a 204 response, and the messages actually get deleted.
Returns a 204 response, but the messages still exist.
No response
N/A
This appears to be resolved now.
Description
When using the Bulk Delete Messages endpoint I get a 204 response but the messages still persist. The messages are less than 2 weeks old.
Steps to Reproduce
Expected Behavior
Return a 204 response, and the messages actually get deleted.
Current Behavior
Returns a 204 response, but the messages still exist.
Screenshots/Videos
No response
Client and System Information
N/A