| Endpoint | Method | Admin Required |
|---|---|---|
/api/v1/objects/share/:sharedLinkId | DELETE | No |
Revokes a shared link immediately, before it would otherwise expire. Anyone using the link afterwards gets a 404.
Returns 204 No Content on success.
| Status | Reason |
|---|---|
400 | sharedLinkId is not a valid UUID |
404 | Shared link not found (or not owned by you) |