Sign Customiser

Delete a font tier pricing record.

DELETE /api/v2/customisers/{customiser}/font-tiers/{font_tier}

Authorisation

Bearer token required. Include in the Authorization header.

Path parameters

customiser string path required

The customiser ID.

Example: 1

font_tier string path required

The font tier ID.

Example: 1

Delete a font tier
curl https://web.signcustomiser.com/api/v2/customisers/1/font-tiers/1 \
  --request DELETE \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer YOUR_API_TOKEN'
Response 200
{
  "success": true
}