provider Workflow scheme drafts DELETE /rest/api/3/workflowscheme/{id}/draft
@utdk/jira /rest/api/3/workflowscheme/{id}/draft
Delete draft workflow scheme
Deletes a draft workflow scheme. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
id path required
The ID of the active workflow scheme that the draft was created from.
integer

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
deleteworkflowschemedraft
DELETE/rest/api/3/workflowscheme/{id}/draft
Deletes a draft workflow scheme. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

Parameters

required

The ID of the active workflow scheme that the draft was created from.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.deleteworkflowschemedraft()