Unblock User
User Block Operations
Unblock User
Unblock a user by their ID
DELETE
Unblock User
Removes the block edge from the acting user (the blocker) to the specified user (the target). The barrier lifts immediately.
Unblocking is idempotent — unblocking a user who isn’t blocked is a success no-op. Nothing that the block tore down is restored: removed follows and connections stay gone and the two users must re-establish them from scratch. A previously frozen 1:1 conversation becomes usable again (the conversation record still exists).
Requires the
moderation bundle. A project without the moderation bundle returns 403 database/tables-not-available. See Bundles.Path Parameters
string
required
The Sublay user ID (UUID) of the user to unblock (the target).
Query Parameters
string
The user performing the unblock (the blocker). Only service/master keys may supply an
actingUserId other than the caller’s own; with a user token the blocker is derived from the token.Response
On success, returns HTTP204 with no body.

