Remove Company from Watchlist
Watchlist
Removes a specified company from the authenticated user's watchlist using the company_id
from the URL path.
Request samples
curl --location --request DELETE 'https://api.financialreports.eu/watchlist/companies//' \
--header 'x-api-key;'
Responses
application/json
Company successfully removed from the watchlist.
Indicates the status of the operation (e.g., 'success', 'error').
A human-readable message describing the outcome.
The ID of the company related to the action, if applicable.
{
"status": "string",
"message": "string",
"company_id": 0
}
Modified at 2025-05-24 05:59:30