Storage
Purge Storage Items
Purge storage items based on specified criteria
DELETE
Purge multiple storage items based on filtering criteria such as age, MIME type, or metadata. Use this for bulk cleanup operations.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
Filter by file kind. Available values:
image, video, audio, documentISO 8601 date - purge items created before this date
ISO 8601 date - purge items created after this date
Response
Success message indicating the operation result
Number of items purged (or would be purged if dry run)

