v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
objects

Delete an Object.

Delete an existing Object by ID. This action is irreversible and will remove the Object and all its metadata.

post/v1/objects/{id}/delete

Path parameters

idstring required

The unique identifier of the Object to delete.

Request body

EmptyRecord required

Response

Object deleted successfully. Returns the deleted Object metadata.

idstring required

The unique identifier of the Object.

namestring required

The name of the Object.

state'UPLOADING' | 'READ_ONLY' | 'DELETED' | 'ERROR' required
size_bytesinteger nullable

The size of the Object content in bytes (null until uploaded).

content_type'unspecified' | 'text' | 'binary' | 'gzip' | 'tar' | 'tgz' required
create_time_msinteger required

The creation time of the Object in milliseconds since epoch.

delete_after_time_msinteger nullable

The time after which the Object will be deleted in milliseconds since epoch.

metadataobject nullable

User defined metadata to attach to the Object for organization.

upload_urlstring nullable

Presigned URL for uploading content to S3 (only present on create).