Delete files
Remove objects with DELETE requests.
DELETE uses the same path pattern as download. Your API key must have delete permissions (default keys include read, write, and delete).
bash
curl -X DELETE "https://syncgate.clairemontferrond.net/api/s3/syncgate/acme-corp/uploads/old-file.pdf" \
-H "api-key: YOUR_API_KEY"
Warning
Deletion is permanent. Confirm the client slug and filename before calling DELETE in production scripts.