Skip to content

Delete a custom font

DELETE
/api/v1/custom-fonts/{fontId}
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/custom-fonts/1

Delete a custom font file and database record

fontId
required
integer format: int64

Font deleted successfully

Font not found or access denied