ChargePreset

Delete a charge preset

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.

delete/public/v1/charge-presets/{id}

Path parameters

idstring required

ID of the charge preset to delete. An ID that doesn't exist for your company returns 404.

Response

No Content

Changes

No recorded changes to this endpoint across all 2 revisions of this API.