{ "operationId": "delete_api_v1_server_followers_handle", "method": "DELETE", "path": "/api/v1/server/followers/{handle}", "summary": "Remove or reject a follower to your server", "description": "", "tags": [ "Instance Follows" ], "parameters": [ { "name": "handle", "in": "path", "required": true, "description": "The remote actor handle to remove from your followers", "schema": { "type": "string", "format": "email" } } ], "requestBody": null, "responses": { "204": { "description": "successful operation", "examples": {} }, "404": { "description": "follower not found", "examples": {} } } }