Delete a file from storage.
cURL
curl --request DELETE \ --url https://api.zarkai.xyz/v1/storage/files/{fileId} \ --header 'x-api-key: <api-key>'
{ "fileId": "<string>", "isDeleted": true }
API key for authentication
The unique identifier of the file to delete
File deleted successfully