Hanzo
OpenapiProvisioning

DropSQL deprovisions one Hanzo SQL database.

DropSQL deprovisions one Hanzo SQL database.

DELETE /v1/provisioning/sql/{name}

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

DropSQL deprovisions one Hanzo SQL database. It reverts any app instance bound to it back to Base BEFORE tearing down the org's dedicated Postgres instance — never a live app pointed at a deleted backend — then deletes the sealed credential and removes the metadata row. Answers 204 with no body; a second call is a 404, not a second delete.

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 has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Provisioning API · All Hanzo APIs · Interactive reference

How is this guide?

On this page