Delete issue types for workflow in draft workflow scheme
DELETE
/rest/api/3/workflowscheme/{id}/draft/workflow
Deletes the workflow-issue type mapping for a workflow in a workflow scheme's draft.Permissions required:Administer Jiraglobal permission.
Request
Path Params
Query Params
Responses
🟢200Returned if the request is successful.
application/json
Body
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission.
🟠404Returned if any of the following is true:
* The workflow scheme is not found.
* The workflow scheme does not have a draft.
* The workflow is not found.
* The workflow is not specified.