Skip to main content
DELETE
Delete multiple objects from Storage

Authorizations

Authorization
string
header
required

Bearer token authentication. Include the token in the Authorization header as 'Bearer '

Body

application/json

The objects to delete from storage.

object_keys
string[]
required

List of object keys to delete. e.g. ["pdf/test.pdf", "pdf/test2.pdf"]

path
string[]
required

Path of the objects to delete. e.g. "pdf/"

Response

Success to delete objects from storage.

code
integer<int32>
required

HTTP status code.

Required range: x >= 0
success
boolean
required

Whether the request was successful.

data
object
exception
object