Storage
Bulk Delete Items
Delete multiple storage items in a single request
DELETE
Delete multiple storage items at once by providing an array of file IDs. This is more efficient than making individual delete requests.Documentation Index
Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
Bearer token for authentication. Format:
Bearer <your-api-key>Required Permission
STORAGE_WRITE
Request Body
Array of file UUIDs to delete. Minimum 1 ID, maximum 100 IDs per request.
Response
Success message indicating the operation result
Number of items successfully deleted

