Skip to main content
DELETE
/
fonts
/
{id}
Delete font
curl --request DELETE \
  --url https://api.nexrender.com/api/v2/fonts/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token authentication using API tokens for team-based access control.

You can generate your own API token at: https://app.nexrender.com/team/settings

Path Parameters

id
string
required

Unique font identifier to delete

Response

Font successfully deleted

I