Revoke Access
Access Control
Revoke Access
Revoke a client’s access to a collection (admin only)
DELETE
Revoke Access
Authentication
Bearer token:
Bearer <admin_token>Path Parameters
The client’s profile ID (UUID)
The collection ID (UUID)
Example Request
Response
What Happens
- Access Record Deleted - Entry removed from
client_api_accesstable - Cache Invalidated - Client’s collection list cache cleared
- Immediate Effect - Client can no longer access the collection
Errors
| Status | Description |
|---|---|
| 401 | Invalid or expired token |
| 403 | Admin access required |
| 404 | Client, collection, or access grant not found |

