# Unfavorite an article **DELETE /articles/{slug}/favorite** Unfavorite an article. Auth is required ## Servers - /api: /api () ## Authentication methods - Token ## Parameters ### Path parameters - **slug** (string) Slug of the article that you want to unfavorite ## Responses ### 200 OK #### Body: application/json (object) - **article** (object) ### 401 Unauthorized ### 422 Unexpected error #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)