cURL
curl --request DELETE \ --url https://app.miget.com/api/v1/buckets/{uuid}/objects/{key} \ --header 'Authorization: <api-key>'
Deletes a file or folder (recursively) from the bucket.
Bearer token for authentication. Format: 'Bearer {token}'
Workspace ID (uses default workspace if not provided)
Bucket UUID
Object key (file path)
Object deleted successfully