Hanzo AI
OpenapiCaptable

Delete safes

Removes one of the caller org's SAFEs, taking its capital out of the cap table's unconverted-instrument totals.

DELETE /v1/captable/safes/{id}

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

Removes one of the caller org's SAFEs, taking its capital out of the cap table's unconverted-instrument totals. An id this org does not hold is not found.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the SAFE 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 safes rm <id>

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page