Skip to content

deleteUserAddressByAddressUUID ​

Deletes an existing Address for a User.

Request ​

http
DELETE /rest/user/addresses/{addressUUID}

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

Path Params: addressUUID - (required) the UUID of the User's Address record.

Response ​

200 OK ​

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

json
{
   "errorCode":0,
   "errorMsg":"OK"
}

Errors ​

ExceptionDescription
WSInvalidParameterExceptionSee Error Definitions
WSInvalidAuthTokenExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions
WSAddressServiceExceptionSee Error Definitions
WSAddressNotFoundExceptionSee Error Definitions
WSUserNotFoundExceptionSee Error Definitions