POST
/
groups
/
bulkDelete
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.

Authorizations

x-phishy-api-key
string
header
required

Body

application/json
List of group IDs to delete
targetIds
integer[]

Array of target IDs

Unique identifier for a target

Response

200
_mintlify/placeholder

Groups successfully deleted