Skip to main content
POST
/
obj
/
delete
{
  "num_deleted": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
project_id
string
required
object_id
string
required
digests
string[] | null

List of digests to delete. If not provided, all digests for the object will be deleted.

Response

Successful Response

num_deleted
integer
required
I