Object Operations
Delete Object
Remove an object from a bucket
DELETE
Make sure you have WRITE permission on the bucket.
Delete Object
Removes an object from a bucket. The operation is idempotent - sending multiple delete requests to the same object has no additional effect.
Base URL
Parameters
The key of the object to delete
Headers
x-amz-mfa
The MFA authentication code when MFA Delete is enabled
x-amz-version-id
Version ID of the object to delete (for versioned buckets)
Request Examples
Response Example
Authorizations
AWS Signature Version 4
Path Parameters
Key of the object to delete
Response
204
Object deleted successfully