Sign in

Delete group

documented

Delete a group.

DELETE /admin/groups/{id}.jsonGroupsno implementation yet0 runs
No 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://{{defaultHost}}/admin/groups/{{$id}}.json" \
  -X DELETE \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Api-Key: {{DISCOURSE_API_KEY}}" \
  -H "Api-Username: {{DISCOURSE_API_USERNAME}}"