Hanzo
OpenapiCaptable

Removes one of the caller org's share certificates, taking its shares out of…

Removes one of the caller org's share certificates, taking its shares out of the cap table's outstanding and fully-diluted counts.

DELETE /v1/captable/shares/{id}

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

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

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the share certificate 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 shares rm <id>

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page