Hanzo AI
OpenapiCaptable

Delete convertibles

Removes one of the caller org's convertible notes, taking its principal out of the cap table's unconverted-instrument totals.

DELETE /v1/captable/convertibles/{id}

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

Removes one of the caller org's convertible notes, taking its principal 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 convertible note 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 convertibles rm <id>

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page