Hanzo AI
OpenapiTools

Delete skills

Removes one of the caller org's authored skills. Scoped to the caller's org, so an id belonging to another tenant is never reached.

DELETE /v1/tools/skills/{id}

Addresshttps://api.hanzo.ai/v1/tools/skills/{id}
MethodDELETE
Operationdelete_tools_skills_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Removes one of the caller org's authored skills. Scoped to the caller's org, so an id belonging to another tenant is never reached. Removing what is not there is not an error — the caller's intent is "gone", and it is.

Request

1 field.

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

Response

StatusBodyMeaning
200skillDeletedok

200 body — 1 field.

FieldInTypeAlwaysDescription
deletedbodystringDeleted is the skill id that is now gone.

Failure carries the platform error shape — see Errors.

Examples

hanzo tools skills rm <id>

Tools API · All Hanzo APIs · Interactive reference

How is this guide?

On this page