---
title: "Delete issue property"
method: DELETE
path: "/rest/api/2/issue/{issueIdOrKey}/properties/{propertyKey}"
tags: ["Issue properties"]
---

# Delete issue property

`DELETE /rest/api/2/issue/{issueIdOrKey}/properties/{propertyKey}`

Deletes an issue's property.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:**

 *  *Browse projects* and *Edit issues* [project permissions](https://confluence.atlassian.com/x/yodKLg) for the project containing the issue.
 *  If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue.

## Path parameters

- `issueIdOrKey` string, required
- `propertyKey` string, required

## Response `204`

Returned if the request is successful.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `404` — Returned if the issue or property is not found, or the user does not have permission to edit the issue.

---

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