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

# Delete issue property

`DELETE /rest/api/3/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.dev/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/revisions/bb8ae315642f/schema)
