Sprint
Delete property
Removes the property from the sprint identified by the id. Ths user removing the property is required to have permissions to modify the sprint.
delete/rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
Path parameters
sprintIdstring required
the ID of the sprint from which the property will be removed.
propertyKeystring required
the key of the property to remove.
Response
Returned if the sprint property was removed successfully.