---
title: "Delete property"
method: DELETE
path: "/rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}"
tags: ["Sprint"]
---

# Delete property

`DELETE /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}`

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

## Path parameters

- `sprintId` string, required
- `propertyKey` string, required

## Response `204`

Returned if the sprint property was removed successfully.

## Other responses

- `400` — Returned if the sprintId is invalid (negative or not a number).
- `401` — Returned if the calling user is not authenticated.
- `403` — Returned if the calling user does not have permission to modify the sprint.
- `404` — Returned if the sprint with given id does not exist or if the property with given key is not found.

---

[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/revisions/4e108d54b990/schema)
