Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Succesful request DELETE /api/v2/user/preference/search_options/79 200 { "ok": "ok" }
// Search option not found DELETE /api/v2/user/preference/search_options/-1 404 { "error": "Couldn't find SearchOption with 'id'=-1" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |