Delete User
DELETE {{apiPath}}/environments/{{envID}}/users/{{userID}}
To delete a user resource from the directory, you need to specify the environment and user IDs.
The sample shows the DELETE /environments/{{envID}}/users/{{userID}}
operation to remove the specified user resource from the directory.
For successful delete operations, a 204 NO CONTENT
message is returned by the request.
Note: To provide a user self-service delete functionality, use Delete Linked Account.