# DELETE Delete a size

Delete a size pricing record.

- Source URL: https://www.signcustomiser.com/help/api/delete-delete-a-size/
- Markdown URL: https://www.signcustomiser.com/help/api/delete-delete-a-size.md
- Group: Pricing - Sizes
- Method: DELETE
- Path: /api/v2/customisers/{customiser}/sizes/{size}
- Auth: Bearer token

## Path parameters

- customiser (string, required): The customiser ID. Example: 1
- size (string, required): The size ID. Example: 1

## cURL example

```bash
curl https://web.signcustomiser.com/api/v2/customisers/1/sizes/1 \
  --request DELETE \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer YOUR_API_TOKEN'
```

## Response examples

### 200 DELETE 200 example 1

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