---
title: "Deletar Upsell"
method: DELETE
path: "/{alias}/pricing/upsells/{id}"
tags: ["Promoções - Upsells"]
---

# Deletar Upsell

`DELETE /{alias}/pricing/upsells/{id}`

Deleta um Upsell específico

## Path parameters

- `alias` string, required
- `id` integer, required

## Response `204`

Upsell deletado com sucesso

- Upsell
  - `id` integer
  - `suggested_product_id` integer
  - `active` boolean
  - `context` string
  - `product_price` number, float
  - `product_quantity` integer
  - `name` string
  - `description` string
  - `email_subject` string
  - `sms` string
  - `views` integer

## Other responses

- `400` — Dados inválidos fornecidos
- `404` — Upsell não encontrado

---

[API](https://skmtc.net/yampi/apis/yampi-api.md) · [All operations](https://skmtc.net/yampi/apis/yampi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yampi/yampi-api/revisions/fa16c50bef09/schema)
