deleteWorkflowItem

Click to copy

Deletes a Workflow Manager item

Delete a Workflow Manager item. Does not delete the Workflow Manager Admin group. Workflow items can only be deleted by the item owner with an administrator or publisher role.

Query parameters

NameTypeRequired

token

string

Path parameters

NameTypeRequired

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X DELETE /{orgId}/admin/{itemId} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

Use dark colors for code blocksCopy
1
2
3
{
  "success": true
}
StatusMeaningDescriptionSchema

200

OK

success

Success

400

Bad Request

invalid object

WorkflowJsonExceptionDTO

404

Not Found

error

WorkflowExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.