Revoking an Access Method

Learn how to revoke an access method so that a user can no longer use it.

Early Access Preview. The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [email protected]. Expect breaking changes as we refine the design.

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?