{ "operationId": "unfollow-channel", "method": "DELETE", "path": "/v2/farcaster/channel/follow/", "summary": "Unfollow a channel", "description": "Unfollow a channel", "tags": [ "Channel" ], "parameters": [], "requestBody": { "required": true, "schema": { "$ref": "#/components/schemas/ChannelFollowReqBody" }, "example": null }, "responses": { "200": { "description": "Success", "schema": { "$ref": "#/components/schemas/OperationResponse" }, "example": null }, "400": { "description": "Bad Request", "schema": { "$ref": "#/components/schemas/ErrorRes" }, "example": null }, "401": { "description": "Unauthorized", "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 }, "502": { "description": "Bad Gateway", "schema": { "$ref": "#/components/schemas/ErrorRes" }, "example": null } } }