---
title: "Archive a deal"
method: DELETE
path: "/v2/deals/{deal_key}"
tags: ["Deals"]
---

# Archive a deal

`DELETE /v2/deals/{deal_key}`

Archives the specified deal

## Path parameters

- `deal_key` string, required

## Response `200`

Archives the specified deal

- object
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

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