delete https://api.unloc.app/v2/subprojects//keys
By default revokes all Keys in a Subproject. Use query parameters to filter what Keys to revoke.
- Use the
appUserId
parameter to revoke all Keys for a specific App User. - Use the
lockId
parameter to revoke all Keys for a specific Lock.
Note:
- The endpoint will not revoke Access Group Keys. These can only be removed by removing users/locks from the relevant Access Groups using the Update Access Group Accesses endpoint.
- The endpoint will not revoke Doorbell Keys. These can only be removed removing users from the relevant Doorbells using the Update Doorbell User List endpoint.
- The endpoint will not revoke Keys shared by App Users. These can only be removed by using the Revoke Shared Keys endpoint.
Required Scope | project.admin |
Required Module | subproject |