Deactivate User
documentedDeactivate a user.
DELETE /itil/requesters/[id].jsonUserno 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://{{$domain}}.freshservice.com/itil/requesters/{{$requester_id}}.json" \
-X DELETE \
-u "{{$FRESHSERVICE_API_KEY}}:{{$FRESHSERVICE_API_KEY_PASSWORD}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"