Appearance
deleteUserAddressByAddressUUID ​
Deletes an existing Address for a User.
Request ​
http
DELETE /rest/user/addresses/{addressUUID}Headers ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth 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 ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSAddressServiceException | See Error Definitions |
WSAddressNotFoundException | See Error Definitions |
WSUserNotFoundException | See Error Definitions |