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
Documentation IndexFetch the complete documentation index at: https://docs.phishy.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.phishy.io/llms.txt
Use this file to discover all available pages before exploring further.
Delete bulk Tarrgets
Array of target IDs
Unique identifier for a target
Targets successfully deleted