This API removes role access from an account
PUT/entitlement/role/removeAccess
This API removes role access from an account
Request​
- application/json
Body
accountIDstring
Example:
15553759289492
entitlementIDstring
Example:
15553670302865
Responses​
- 200
- 400
Successful response
- application/json
- Schema
- Example (from schema)
Schema
errorCodestring
Example:
0
messagestring
Example:
SUCCESS Role Access Removed Successfully
{
"errorCode": "0",
"message": "SUCCESS Role Access Removed Successfully"
}
Failure response