Delete users in a workflow level.
Delete users in a workflow
DELETE {{domain}}/api/UserLevel
Headers
Name
Type
Description
Authorization
string
Bearer Token
client-id
string
client id of the application
Request Body
Name
Type
Description
object
{ "workflowCode":"string", "emails":["email1", "email2"], "levelNo": integer }
{
"message": "Ok",
"isError": false,
"data": true
}Last updated
Was this helpful?