Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://cdn.sacul.cloud/{bucketName}/{*path}
Remove a file from a bucket.
Authorization
X-API-Key
apiKey
{ "success": true, "message": "Deleted bucket/key" }
curl -X DELETE https://cdn.sacul.cloud/my-bucket/old-file.png \ -H "Authorization: Bearer <your-api-key>"
Was this page helpful?