curl --request POST \
--url https://api.example.com/styles/font-family/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deleteThisFontFamilyTypeID": 123,
"replaceWithThisFontFamilyTypeID": 123
}
'{
"success": true,
"data": "<unknown>"
}Deletes a font family.
curl --request POST \
--url https://api.example.com/styles/font-family/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deleteThisFontFamilyTypeID": 123,
"replaceWithThisFontFamilyTypeID": 123
}
'{
"success": true,
"data": "<unknown>"
}