Buckets API
Delete Object
Permanently remove an object from a bucket.
DELETE
Delete object
The Delete operation removes an object from a bucket. This operation is permanent and cannot be undone.Documentation Index
Fetch the complete documentation index at: https://docs.nulldrop.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Require | Description |
|---|---|---|
| id | Yes | Unique identifier of the bucket. |
| key | Yes | URL-encoded path to the object. |
Permissions
Only the bucket owner or an authenticated developer with a valid API Key can delete objects. If the bucket is set to private, additional authentication headers are required.Errors
If the object does not exist, the API returns a404 Not Found error. Ensure the key is correctly encoded, especially if it contains virtual folder levels (slashes).Delete object