Delete User
Delete a deactivated Okta user by ID.
Note: If you use this action on an active Okta user, the user will be deactivated and a second Delete User action is necessary to delete the user.
Input
-
User
-
ID (text): The ID of the Okta user.
-
Send Email? (boolean): Send a deactivation email to the administrator if
true
.
-
Output
-
Status Code (number): The status code returned by the API:
-
204
: Successful deactivation or deletion. -
404
: Invalid ID; either the ID is incorrect or that user has already been deleted.
-