Skip to content

deleteUserIdentifier ​

Deletes an existing Identifier for a User.

Request ​

http
DELETE /rest/user/identifiers/{userIdentifierId}

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

Path Params: identifierId - (required) the primary key of the "User" Identifier record. NOTE: Not to be confused with uIdentifierId which is the PK of a created User Identifier i.e. this operation.

Response ​

200 OK ​

N/A. HTTP 200 means it succeeded otherwise errors thrown.

Errors ​

ExceptionDescription
WSInvalidParameterExceptionSee Error Definitions
WSInvalidAuthTokenExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions
WSIdentifierMismatchToUserRecordExceptionSee Error Definitions
WSHCPValidationExceptionSee Error Definitions
WSUserServiceExceptionSee Error Definitions
WSUserRecordIncompleteExceptionSee Error Definitions
WSAlreadyExistsExceptionSee Error Definitions