Disable user
documentedDisable a user account.
DELETE /api/v1/user/{user_handle}Usersno 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://api.datadoghq.com/api/v1/user/{{$user_handle}}" \
-X DELETE \
-H "DD-API-KEY: {{DATADOGHQ_API_KEY}}" \
-H "DD-APPLICATION-KEY: {{DATADOGHQ_APP_KEY}}" \
-H "Accept: application/json"