Delete Object Tags
Remove all tags from an object.
| Endpoint | Method | Admin Required |
|---|---|---|
/api/v1/objects/tags | DELETE | No |
Removes all tags from the current version of an object in a bucket you own.
Query Parameters
bucket
string required
Name of the bucket.
key
string required
Object key.
Response
Returns 204 No Content on success.
Errors
| Status | Reason |
|---|---|
400 | Missing bucket or key parameter |
404 | Bucket not found (or not owned by you), or object not found |