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 ] }'
This response does not have an example.
Deletes multiple groups based on provided identifiers
List of group IDs to delete
The body is of type object.
object
Groups successfully deleted