POST
/
api
/
v1
/
Role
/
delete
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Role/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "RoleIds": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Succeeded": true,
      "Message": "<string>",
      "Code": 123
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.