Stop blocking this user
DELETE /users/{ref}/block
DELETE
/users/{ref}/block
Idempotent unblock. Does NOT re-establish any prior follow edges (the original block auto-unfollowed them); callers wanting to follow again must do so explicitly.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” ref
required
integer format: int64
Responses
Section titled “ Responses ”No longer blocked (or never was).
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}