Hanzo
OpenapiPricing

Removes the caller's OWN org from a beta item's grant list, the reverse of…

Removes the caller's OWN org from a beta item's grant list, the reverse of OptIntoBeta and idempotent.

POST /v1/pricing/enablement/optout

Addresshttps://api.hanzo.ai/v1/pricing/enablement/optout
MethodPOST
Operationpost_pricing_enablement_optout
AuthAuthorization: Bearer $HANZO_API_KEY

Removes the caller's OWN org from a beta item's grant list, the reverse of OptIntoBeta and idempotent. The org is the caller's validated one, so this can never revoke another org's grant. Requires a signed-in caller with an org.

Request

2 fields, body application/json (required).

FieldInTypeRequiredDescription
idbodystringID is the item within that namespace.
kindbodystringKind is the item's namespace: "model", "provider" or "feature".

Response

StatusBodyMeaning
200userEnablementItemok

200 body — 6 fields.

FieldInTypeAlwaysDescription
canOptInbodybooleanbeta && not yet opted in
effectivebodybooleanvisible to the caller's org
idbodystring
kindbodystring
optedInbodybooleancaller's org on the beta list
statebodystringoff|beta|ga

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.


Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page