Contents

Delete Status

Deletes Status.

Role

Administrator

Method

DELETE

URL

/api/v2/projects/:projectIdOrKey/statuses/:id

URL parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key
idNumberStatus ID

Form parameters

Content-Type:application/x-www-form-urlencoded
Parameter NameTypeDescription
substituteStatusId (Required)NumberStatus ID to replace linked issues statuses.
Issues which status are set to the deleted status will be set to the specied substitute status.

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8

Response Body

{
    "id": 101,
    "projectId": 1,
    "name": "Waiting for review",
    "color": "#e87758",
    "displayOrder": 3999
}