Delete API key
documentedDelete an API key.
DELETE /admin/keys/{id}.jsonAdminno 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://{{$host}}/admin/keys/{{$id}}.json" \
-X DELETE \
-H "Api-Key: {{DISCOURSE_API_KEY}}" \
-H "Api-Username: {{DISCOURSE_API_USERNAME}}" \
-H "Accept: application/json"