Appearance
deleteDependent ​
Deletes a single dependent for a user.
Request ​
http
DELETE rest/user/dependents/{dependentUuid}Headers ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Parameters ​
Path Parameter dependentUuid [string, mandatory] - unique UUID given to each dependent upon creation.
SAMPLE REQUEST curl --location --request DELETE 'http://localhost:8080/nextinteract-webapp/rest/user/dependents/ea4ad063-d2b3-4780-918d-871c69ff10a5'
--header 'x-nextinteract-authtoken: ArrXi9htJV0kjcbvnIqgag=='
Response ​
200 OK ​
SUCCESS
json
{
"errorCode": 0,
"errorMsg": "OK"
}Errors ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSUserServiceException | See Error Definitions |