RemoveAccessLevelFromPersonAsync

Removes an Access Level from a Person Returns (Task.)

Takes away a designated access level for a designated person.

Name Description
person The person.
accessLevel The access level.

Remove Access Level From Person Async

Example in C#

// Returns: nothing
await client.RemoveAccessLevelFromPersonAsync(PersonInfo person, AccessLevelInfo accessLevel);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/people/PERSON.KEY/accesslevels/ACCESSLEVEL.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'