Delete
/api/v2/access/delete
Post
profiles
jwt
disabled
Purpose
To allow a user to delete an existing Access Group.
Body Content [input]
{
uid: string,
accessID: string
}
Returns if valid [output]
{
message: string,
error: 0
}
What the API does
- Finds the
profileof the record corresponding to theuidpassed from theprofilescollection and removes the object inside of theaccess_groupsfield corresponding to theaccessIDfield passed [404].