ConsistlyAPI
Fonts

Delete a font

Removes the font record and the underlying storage object. Resources still referencing the font (icons, layouts) will have a dangling pointer — clean those up first.

DELETE
/fonts/{id}
AuthorizationBearer <token>

Bearer API key. Brand Governance endpoints require brand:read or brand:write (plus narrower writes for specific resources).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/fonts/font_abc..."
{  "id": "string",  "deleted": true}
{  "error": {}}