# DELETE Delete a length pricing

Delete a length pricing record.

- Source URL: https://www.signcustomiser.com/help/api/delete-delete-a-length-pricing/
- Markdown URL: https://www.signcustomiser.com/help/api/delete-delete-a-length-pricing.md
- Group: Pricing - Length Pricings
- Method: DELETE
- Path: /api/v2/customisers/{customiser}/length-pricings/{length_pricing}
- Auth: Bearer token

## Path parameters

- customiser (string, required): The customiser ID. Example: 1
- length_pricing (string, required): The length pricing ID. Example: 1

## cURL example

```bash
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 examples

### 200 DELETE 200 example 1

```json
{
  "success": true
}
```
