Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Delete status with API

salim_testing February 23, 2024

Hello 

i have try this  command for delete one status : 

 

curl -u "<LOGIN>:>TOKEN>" -X DELETE https://<URL_JIRA>/rest/api/2/status/id

 

but don't working

have you idea ?

Thanks in advance

1 answer

1 vote
Craig Nodwell
Community Champion
February 23, 2024

Hi @salim_testing 

It is not possible to delete status via REST and it is also not documented in the latest REST API reference: https://docs.atlassian.com/software/jira/docs/api/REST/8.9.0/#api/2/status

 /rest/api/2/status/{idOrName} is not supported.

Suggest an answer

Log in or Sign up to answer