Delete Status

Deletes Status.

Role

Administrator 

Method

DELETE 

URL

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

URL parameters

Parameter Name Type Description
projectIdOrKey String Project ID or Project Key
id Number Status ID

Form parameters

Content-Type:application/x-www-form-urlencoded 
Parameter Name Type Description
substituteStatusId (Required) Number Status 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 
}