deletePermissions
Url
/V2.0/services/data/deletePermissions
HTTP Method
POST
Description
Delete Permission on Entity 
Parameters
Name Type Description
entityId* entityId (string) The Id of entity
resource* entityId[] resource to remove
Result
Name Type Description
In case of failure an error object will be returned
* indicates required fields
Samples
The following example deletes Item Level Permissions from Resources

POST /V2.0/services/data/deletePermissions

{
    "entityId" : "/Project/1trxaiekobdz6rdh7js4a0w6722",
    "resource": [
        "/AuthorizationGroup/InternalUsers",
        "/User/a15b4a10-4878-4395-96d1-a8354fe4935a"
    ]
}