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

# Remove field parameters

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

Remove field association parameters overrides for work types.

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

## Request body

- object

## Response `200`

Returned if the removal was successful.

## Other responses

- `204` — The request completed successfully. No additional content will be sent in the response.
- `207` — Returned if the removal 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 project 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.dev/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/revisions/7e9af75061ea/schema)
