Pricing - Length Pricings
Delete a length pricing
Delete a length pricing record.
Authorisation
Bearer token required. Include in the
Authorization header.
Path parameters
customiser required
The customiser ID.
Example: 1
length_pricing required
The length pricing ID.
Example: 1
Delete a length pricing
curl https://web.signcustomiser.com/api/v2/customisers/1/length-pricings/1 \
--request DELETE \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_TOKEN' Response 200
{
"success": true
}