DataBolsa docs
Referência da APIExtensõesCreditWatchlists

Remover watchlist

Remove a watchlist e as posições acompanhadas nela.

DELETE
/v1/desk/orgs/{org}/watchlists/{list}
AuthorizationBearer <token>

In: header

Path Parameters

orgstring

Id ou slug da organização (de deskGetMe).

liststring

Id ou slug da watchlist (de deskListWatchlists).

Response Body

curl -X DELETE "https://api.databolsa.com/v1/desk/orgs/string/watchlists/string"
{
  "deleted": true
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string"
}