Delete a deactivated Okta user by ID. If you use this action on an Okta user who is active, the user will be deactivated. A second Delete User action is required.
Input
- User
- ID (text): ID of the Okta user
- Send Email? (boolean): send a deactivation email to the administrator if
true
Output
- Status Code (number): status code returned by the API:
204
: Successful deactivation/deletion404
: Invalid ID–either the ID is incorrect or that user has already been deleted