delete https://api.unloc.app/v2/projects//shared-keys
By default revokes all Keys shared by Users in Project, including Subproject Keys. Use query parameters to filter what Keys to revoke.
- Use the
appUserId
parameter to revoke all Keys created by a specific App User. - Use the
lockId
parameter to revoke all Keys shared for a specific Lock. - Use
excludeSubprojectKeys
to avoid revoking Shared Keys from Subprojects.
Required Scope | project.admin |
Required Module | mobileKey |