---
title: "Archive a partnership"
method: DELETE
path: "/v2/partnerships/{partnership_key}"
tags: ["Partnerships"]
---

# Archive a partnership

`DELETE /v2/partnerships/{partnership_key}`

Archives a partnership.

## Path parameters

- `partnership_key` string, required

## Request body

- object
  - `archived_reason` string, nullable — The reason for archiving this partnership
  - `team_key` string, nullable — A unique identifier used to reference the team stack

## Response `200`

Archives a partnership.

- 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.dev/partnerstack/apis/partnerstack-api.md) · [All operations](https://skmtc.dev/partnerstack/apis/partnerstack-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/partnerstack/partnerstack-api/revisions/0f35aebe53a9/schema)
