---
title: "Delete a designation"
method: DELETE
path: "/v1/designations/{id}"
tags: ["Designations"]
---

# Delete a designation

`DELETE /v1/designations/{id}`

Use this request to delete a designation by its unique identifier. A designation cannot be deleted if it is the default designation of the account or is in use by donations, recurring plans, campaigns, or gift catalogs.

## Path parameters

- `id` string, required

## Response `200`

On success, the API returns the identifier of the deleted designation.

- DeletedDesignation — The result of a designation deletion.
  - `id` string, required — Unique identifier of the deleted designation.

## Other responses

- `403` — Forbidden. The API key does not have permission to delete designations.
- `404` — Resource not found.
- `409` — The designation cannot be deleted because it is the default designation of the account or is in use by donations, recurring plans, or gift catalogs.

---

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