cURL
curl --request POST \ --url http://base.url.com/groups/bulkDelete \ --header 'Content-Type: application/json' \ --header 'x-phishy-api-key: <api-key>' \ --data ' { "targetIds": [ 123 ] } '
{ "error": 123, "message": "<string>" }
Deletes multiple groups 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.
List of group IDs to delete
Array of target IDs
Unique identifier for a target
Groups successfully deleted