How to remove issue from sprint by rest api ?
I only find the api to move issue to sprint in this docs https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/sprint
Not found api to remove issue from sprint
I search with google, get this way http://jira:8080/rest/JIRA Agile/1.0/sprint/1/issues/remove by pust,but It does'nt work!
I send the put request by postman to this url http://10.22.0.170:8080/rest/agile/1.0/sprint/497/issues/remove
It return 404 say uri not found
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<status>
<status-code>404</status-code>
<message>null for uri: http://10.22.0.170:8080/rest/agile/1.0/sprint/497/issues/remove</message>
</status>
I want to remove issue from sprint by agile rest api