Delete one or more feeds

Prev Next

Deletes the intel feed payload.

API URL

POST https://<host>/wsapis/v2.0.0/intel/{uuid}/delete

POST https://<host>/wsapis/v2.0.0/intel/delete

POST https://<host>/wsapis/v2.0.0/intel/delete_all

Sample curl request

curl -kg "https://<host>/wsapis/v2.0.0/intel/bfde732d-2775-405c-b8fb-f45588ea7086/delete" -XPOST

curl -d '["deb881e0-43e8-4c28-9e41-3bad87eaccdf","c5a5270c-8aa1-4578-b63f-8c3bdd2e9b28"]' -kg -H "$c" -H 'Content-Type: application/json' https://<host>/wsapis/v2.0.0/intel/delete

curl -kg "https://<host>/wsapis/v2.0.0/intel/delete_all" -XPOST

Authentication

Standard WSAPI authentication

Response

  • HTTP 204 if successful

  • 200 with a partial failure message JSON

  • Error JSON with failure message

Response mime type

application/json