---
title: "Remove fields associated with field schemes"
method: DELETE
path: "/rest/api/2/config/fieldschemes/fields"
tags: ["Field schemes"]
---

# Remove fields associated with field schemes

`DELETE /rest/api/2/config/fieldschemes/fields`

Remove fields associated with field association schemes.

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

## Request body

- object

## Response `200`

Returned if the field association update was successful.

- MinimalFieldSchemeToFieldsResponse — Minimal response for updating field scheme to fields associations.
  - `results` MinimalFieldSchemeToFieldsPartialFailure[], required
    - `error` string
    - `fieldId` string, required
    - `schemeId` integer, required
    - `success` boolean, required

## Other responses

- `204` — The request completed successfully. No additional content will be sent in the response.
- `207` — Returned if the field association update was partially successful.
- `400` — Returned if the request is invalid. If request is malformed, returns a collection of errors. If request is well-formed but contains invalid scheme or field IDs, returns failure details.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the required permissions

---

[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)
