Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 184 Bytes

clearpermission.md

File metadata and controls

13 lines (8 loc) · 184 Bytes

Given the permission set name and remove the allocations

 Database.delete([
		SELECT Id
		FROM PermissionSetAssignment
		WHERE PermissionSet.Name = 'ChatGPT_Access'
]);