Hanzo AI
OpenapiProjects

Delete star

Removes the caller's own bookmark from a project, and answers whether it is starred afterwards.

DELETE /v1/projects/{slug}/star

Addresshttps://api.hanzo.ai/v1/projects/{slug}/star
MethodDELETE
Operationdelete_projects_by_slug_star
AuthAuthorization: Bearer $HANZO_API_KEY

Removes the caller's own bookmark from a project, and answers whether it is starred afterwards.

It removes only YOUR star — the same one star wrote — so a project other people have starred stays on their lists. Unstarring one you had not starred is not an error; it leaves it unstarred.

Request

1 field.

FieldInTypeRequiredDescription
slugpathstringyesSlug is the project to act on, from the path.

Response

StatusBodyMeaning
200projectsStarok

200 body — 1 field.

FieldInTypeAlwaysDescription
starredbodybooleanStarred is whether THIS caller has starred the project after the toggle — their own bookmark, not a property the project carries, so two people see two answers…

Failure carries the platform error shape — see Errors.

Examples

hanzo projects star clear <slug>

Projects API · All Hanzo APIs · Interactive reference

How is this guide?

On this page