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
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X DELETE /{orgId}/admin/{itemId} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"success": true
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| invalid object | ||
| error |