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