delete https://{application_vanity_domain}/api/v1/users//auth-sessions
Deletes all auth sessions associated with a user.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
Permission | Boundary | Description |
---|---|---|
auth-session:delete | Application | The subject can delete the auth sessions for any user under the application to which the subject belongs. |
Tenant | The subject can delete auth sessions for any user in the tenant the subject belongs to. | |
Tenant Inclusion List | The subject can delete the auth sessions for any user associated with tenants specified in the tenant inclusion list. | |
Tenant Exclusion List | The subject can delete the auth sessions for any user associated with tenants that belong to the subject's application, but are not included in the tenant exclusion list. | |
Self | A user subject can delete their own auth sessions. |