---
title: "Delete an offering"
method: DELETE
path: "/offerings/{offering_id}"
tags: ["Offerings"]
---

# Delete an offering

`DELETE /offerings/{offering_id}`

Removes the offering and its product attachments. Experiment-variant offerings (owned by the experiments service) cannot be deleted via this API and return `422`.

## Response `204`

Offering deleted.

## Other responses

- `400` — Invalid offering id.
- `401` — Missing or invalid authentication token.
- `404` — Offering not found in this project.
- `422` — Offering cannot be deleted. Typed code: `cannot_delete_experiment_variant` — the offering is owned by the experiments service.
- `500` — Internal error

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
