WatchList - Project Removal

watch.content.watchlist_project.delete

Removes a project from the authenticated user's watchlist

Headers

Header Value
Authorization JWT token

Endpoint

DEL v2/watch/content/watchlist/projects/<span style="color:red">{project_key}</span>

Path Parameters

Parameter Type Description
project_key String The unique identifier for the project to be removed.

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