Hanzo
OpenapiCaptable

Removes one of the caller org's stakeholders.

Removes one of the caller org's stakeholders.

DELETE /v1/captable/stakeholders/{id}

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

Removes one of the caller org's stakeholders. It REFUSES to orphan issued equity: a holder that still holds share certificates or option grants cannot be deleted, and answers 400 saying so — release or transfer the holdings first. An id this org does not hold is not found.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the stakeholder 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 stakeholders rm <id>

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page