Delete groups
documentedDelete specified groups.
GET /api/delete_groupsGroupsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{CYPHERLEARNING_BASE_URL}}/api/delete_groups?group_ids[]={{$group_id1}}&group_ids[]={{$group_id2}}&api_key={{CYPHERLEARNING_API_KEY}}&api_version=1.0" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"