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

The body is of type object.

Response

200

Groups successfully deleted