Skip to main content
DELETE
/
users
/
@me
/
messages
/
delete
Cancel bulk message deletion
curl --request DELETE \
  --url https://api.fluxer.app/v1/users/@me/messages/delete \
  --header 'Authorization: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Response

Success

success
enum<boolean>
required

Whether the operation succeeded

Available options:
true