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