Hanzo AI
OpenapiNetwork

Delete services

Takes a name off the org's overlay: the two policies, the service and its two configs that publishing made, in that order, and the "<name>-host" role from…

DELETE /v1/network/services/{id}

Addresshttps://api.hanzo.ai/v1/network/services/{id}
MethodDELETE
Operationdelete_network_services_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Takes a name off the org's overlay: the two policies, the service and its two configs that publishing made, in that order, and the "<name>-host" role from each of the org's identities — that role exists only for the bind policy to select, and a role naming no service is one the identities endpoint refuses to write.

Only objects carrying this service's own names are deleted, so a policy that selects the service by attribute is left alone. An id belonging to another org — or to nothing — is 404 before any write, as for an identity.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the service id from the path.

Response

StatusBodyMeaning
204no content
defaultproblem-detailsrefused

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.


Network API · All Hanzo APIs · Interactive reference

How is this guide?

On this page