Skip to main content
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

required
The key of the object to delete

Headers

The MFA authentication code when MFA Delete is enabled
Version ID of the object to delete (for versioned buckets)

Request Examples

Response Example

Authorizations

Authorization
string
header
required

AWS Signature Version 4

Path Parameters

objectKey
string
required

Key of the object to delete

Response

204

Object deleted successfully