DELETE https://api.digital-nautic.com/v3/users/{userId}/identity
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| userId | integer | pass a user id to delete the user identity information. |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK result of the operation |
User Identity Deletion Confirmation |
| 401 | Unauthorized authorization information is missing or invalid. |
|
| 404 | Not Found a user with the specified ID was not found. |