cURL
curl --request POST \ --url http://base.url.com/targets/bulkDelete \ --header 'Content-Type: application/json' \ --header 'x-phishy-api-key: <api-key>' \ --data ' { "targetIds": [ 123 ] } '
{ "error": 123, "message": "<string>" }
Deletes multiple targets based on provided identifiers
Delete bulk Tarrgets
Array of target IDs
Unique identifier for a target
Targets successfully deleted