Delete a block (unban) on behalf of a streamer. Requires 'ban' permission. Deletes an app.bsky.graph.block record from the streamer's repository.
POST
/xrpc/place.stream.moderation.deleteBlock
Request Body required
Section titled “Request Body required ”object
streamer
required
The DID of the streamer.
string format: did
blockUri
required
The AT-URI of the block record to delete.
string format: uri
Responses
Section titled “ Responses ”Success
object
Bad Request