# Delete a Label

Endpoint:

`DELETE https://api.mailjet.com/v1/rest/labels/:id`
You can delete a label using the label ID.

Warning!
Once a label is deleted, it will be removed from all images or templates and cannot be restored. Ensure you have verified the label ID and are certain about deleting the label before proceeding with this action.

URL Parameters:

`id`= The ID of the label.

### Request Example:

```
curl --request DELETE \
  --url https://api.mailjet.com/v1/rest/labels/5 \
  --header 'Authorization: Bearer 612d5125131d406081abb9cd2afdc4e3'
```

Status code,: `204`