---
title: "Delete a charge preset"
method: DELETE
path: "/public/v1/charge-presets/{id}"
tags: ["ChargePreset"]
---

# Delete a charge preset

`DELETE /public/v1/charge-presets/{id}`

Delete a charge preset. This is a hard delete: the preset is permanently removed, not archived,
and cannot be recovered. Returns 204 on success, or 404 if no preset with that ID exists in
your company — a preset that was already deleted also reads as 404.

Charges already applied from the preset keep their name, type, and amount, but their reference
to it is severed: their `charge_preset` field reads null from then on. No inventory is affected
and nothing is synced to Metrc or BioTrack. The preset's name is freed for a new preset to
reuse.

Required permission: `settings_permissions_charge_presets`.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

[API](https://skmtc.dev/distru/apis/distru-api.md) · [All operations](https://skmtc.dev/distru/apis/distru-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/distru/distru-api/revisions/f8930b2c2924/schema)
