Watchlist Project Removal
Removes a project from the authenticated user's watchlist
| Header |
Value |
| Authorization |
JWT token |
Endpoint
DELETE v2/watch/content/watchlist/projects/{project_key}
Path Parameters
| Parameter |
Type |
Description |
project_key |
String |
The unique identifier for the project to be removed. |
Response Body
{
"status_code": "W1005",
"status_message": "Project successfully removed from watchlist."
}
| Field |
Type |
Description |
status_code |
String |
The Indee status code for the response. |
status_message |
String |
Human readable message describing the response. |
Status Codes
| Indee status code |
HTTP Response Code |
Description |
| W1005 |
HTTP 200 |
Project Successfully removed from watchlist |
| W2000 |
HTTP 401 |
Authorization header was either not passed or there was some issue parsing it |
| W2003 |
HTTP 401 |
Invalid auth token |
| W2104 |
HTTP 403 |
Feature not available |
| W4002 |
HTTP 400 |
The specified project key does not exist in Indee |
| W4005 |
HTTP 403 |
Permission Denied. |
| W4907 |
HTTP 400 |
Project cannot be removed as it does not exist in watchlist |
| W5001 |
HTTP 429 |
Rate limited |
| W5000 |
HTTP 500 |
Unknown server error occurred |