Hanzo
OpenapiCaptable

Removes one of the caller org's option grants, taking its shares out of the cap…

Removes one of the caller org's option grants, taking its shares out of the cap table's granted-options and fully-diluted counts.

DELETE /v1/captable/options/{id}

Addresshttps://api.hanzo.ai/v1/captable/options/{id}
MethodDELETE
Operationdelete_captable_options_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Removes one of the caller org's option grants, taking its shares out of the cap table's granted-options and fully-diluted counts. An id this org does not hold is not found.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the option grant to delete.

Response

StatusBodyMeaning
200captableDeletedok

200 body — 1 field.

FieldInTypeAlwaysDescription
successbodybooleanSuccess is true when the row was removed.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable options rm <id>

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page