You can submit an unfollow request for a user by using the following URL and specifying the user ID and item ID.
| Method | URL |
| POST | https://api.fairwarningsoftware.com/v1.1.1/item/unfollow |
| Request |
| { "user_id": <user_id>, "item_id": <item_id> } |
| Status | Response |
| 200 | { "success": <success> } |
| 401 | {"error":"The API keys provided are invalid."} |
| 403 | {"error":"API keys are missing."} |
| 500 | {"error": <custom error>} |
| Field | Type | Description |
| success | bool | Whether or not the request was successful |