---
title: "Delete board property"
method: DELETE
path: "/rest/agile/1.0/board/{boardId}/properties/{propertyKey}"
tags: ["Board"]
---

# Delete board property

`DELETE /rest/agile/1.0/board/{boardId}/properties/{propertyKey}`

Removes the property from the board identified by the id. Ths user removing the property is required to have permissions to modify the board.

## Path parameters

- `boardId` string, required
- `propertyKey` string, required

## Response `204`

Returned if the board property was removed successfully.

## Other responses

- `400` — Returned if the boardId is invalid (negative or not a number).
- `401` — Returned if the calling user is not authenticated.
- `404` — Returned if the board with given id does not exist, or if the property with given key is not found, or the user doesn't have permissions to see it.

---

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