Revoking an Access Method
Learn how to revoke an access method so that a user can no longer use it.
To revoke an access method, delete it.
Code:
seam.access_methods.delete(access_method_id="3f10d86c-526b-4b85-8788-cc1a74411b71")
Output:
None
Last updated
Was this helpful?