deleteProjectProperty
Delete project property
DELETE /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} HTTP/1.1Parameters
{
"projectIdOrKey": {
"description": "The project ID or project key (case sensitive).",
"required": true,
"location": "path",
"type": "string"
},
"propertyKey": {
"description": "The project property key. Use [Get project property keys](#api-rest-api-3-project-projectIdOrKey-properties-get) to get a list of all project property keys.",
"required": true,
"location": "path",
"type": "string"
}
}