Hanzo AI
OpenapiTools

Delete authored

Removes one of the caller org's built plugins, so the runtime can no longer load it.

DELETE /v1/tools/plugins/authored/{id}

Addresshttps://api.hanzo.ai/v1/tools/plugins/authored/{id}
MethodDELETE
Operationdelete_tools_plugins_authored_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Removes one of the caller org's built plugins, so the runtime can no longer load it. Scoped to the caller's org, so an id belonging to another tenant answers 404 and is not deleted.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the plugin to remove, from the path.

Response

StatusBodyMeaning
200pluginDeletedok

200 body — 1 field.

FieldInTypeAlwaysDescription
deletedbodystringDeleted is the plugin id that is now gone.

Failure carries the platform error shape — see Errors.

Examples

hanzo tools plugins authored rm <id>

Tools API · All Hanzo APIs · Interactive reference

How is this guide?

On this page