Skip to content

deleteDependent ​

Deletes a single dependent for a user.

Request ​

http
DELETE rest/user/dependents/{dependentUuid}

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth 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 ​

ExceptionDescription
WSInvalidParameterExceptionSee Error Definitions
WSInvalidAuthTokenExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions
WSUserServiceExceptionSee Error Definitions