curl --request DELETE \
--url https://backend.clipvision.ai/api/font-profile/delete/ \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"font_profile_id": 123
}
'This response has no body data.This API endpoint allows a user to delete an existing font profile.
curl --request DELETE \
--url https://backend.clipvision.ai/api/font-profile/delete/ \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"font_profile_id": 123
}
'This response has no body data.