deleteRole

Click to copy

Delete a role

Delete a role from the workflow system. The adminAdvanced privilege is required.

Query parameters

NameTypeRequired

token

string

Path parameters

NameTypeRequired

roleName

string

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}/{itemId}/community/roles/{roleName} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

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

200

OK

found

Found

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