{ "operationId": "unfollow-user", "method": "DELETE", "path": "/v2/farcaster/user/follow/", "summary": "Unfollow user", "description": "Unfollow a user \n(In order to unfollow a user `signer_uuid` must be approved)", "tags": [ "User" ], "parameters": [], "requestBody": { "required": true, "schema": { "$ref": "#/components/schemas/FollowReqBody" }, "example": null }, "responses": { "200": { "description": "Success", "schema": { "$ref": "#/components/schemas/BulkFollowResponse" }, "example": null }, "400": { "description": "Bad Request", "schema": { "$ref": "#/components/schemas/ErrorRes" }, "example": null }, "403": { "description": "Forbidden", "schema": { "$ref": "#/components/schemas/ErrorRes" }, "example": null }, "404": { "description": "Resource not found", "schema": { "$ref": "#/components/schemas/ErrorRes" }, "example": null }, "500": { "description": "Server Error", "schema": { "$ref": "#/components/schemas/ErrorRes" }, "example": null } } }