Delete workflow Role

DELETE {{domain}}/api/WorkFlow/role

Headers

Name
Type
Description

Authorization

string

Bearer Token

client-id

string

client id of the application

Request Body

Name
Type
Description

object

{ "claimType":"string", "claimValue":"string", "workFlowCode":"{{client-id}} }

{
    "message": "Ok",
    "isError": false,
    "data": true
}

Last updated

Was this helpful?