Hanzo AI
OpenapiProvisioning

Delete s3

Deletes one bucket from the shared object store and removes its metadata row.

DELETE /v1/provisioning/s3/{name}

Addresshttps://api.hanzo.ai/v1/provisioning/s3/{name}
MethodDELETE
Operationdelete_provisioning_s3_by_name
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes one bucket from the shared object store and removes its metadata row. Answers 204 with no body; a second call is a 404.

Request

1 field.

FieldInTypeRequiredDescription
namepathstringyesName is the resource's org-unique slug, from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo provisioning s3 rm <name>

Provisioning API · All Hanzo APIs · Interactive reference

How is this guide?

On this page