cURL
curl --request POST \ --url https://api.defendis.ai/api/v1/watchlists/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{ "success": true, "count": 123, "error": "<string>" }
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Watchlists deleted
Was this page helpful?