---
title: "Delete a field scheme"
method: DELETE
path: "/rest/api/2/config/fieldschemes/{id}"
tags: ["Field schemes"]
---

# Delete a field scheme

`DELETE /rest/api/2/config/fieldschemes/{id}`

Delete a specified field association scheme

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Path parameters

- `id` integer, required

## Response `200`

Returned if the field association scheme deletion was successful.

- DeleteFieldAssociationSchemeResponse — Response object after successfully deleting a field association scheme.
  - `deleted` boolean
  - `id` string

## Other responses

- `400` — Returned if the scheme that the user is attempting to delete is a system scheme.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the required permissions
- `404` — Return if the provided ID does not match any existing field association scheme
- `409` — Return if the scheme that the user is attempting to delete is still in use.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
