Automette docs

Delete a font

DELETE
/api/v1/brand_kit/fonts/{fontId}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Path Parameters

fontId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/brand_kit/fonts/string"
{  "id": "cm4bka8e20001js04xq2v9k3m",  "deleted": true}