permissions
Delete Permission

Removing User Permission

In order to remove the users access to data stored within ReLLM you need to utilize the permissions delete api.

JS Package

import ReLLM from "rellm";
 
const rellm = new ReLLM(process.env.RELLM_API_KEY)
 
rellm.deletePermission(user_id, permission)