Delete a Z3 Object

Delete the Z3 Object at the provided path in the Bucket with the provided name. Z3 is Oystehr's built-in and fully integrated solution for file storage.

Access Policy Action: Z3:DeleteObject
Access Policy Resource: Z3:BucketName:ObjectPath

Path Params
string
required

Name of the Z3 Bucket.

string
required

Path to the location in the bucket the Object will be deleted from. This may be nested to any depth e.g. path/to/my/object.

Body Params
children
array of strings

An optional parameter that serves two goals: 1 - differentiate files and folders (undefined for files and empty/non-empty array for folders), 2 - allow deletion of folder content to avoid cases when folder is still visible after deletion because it's part of its children's path.

children
Responses
204

Z3 Object was deleted successfully.

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json