DELETE
/
users
/
{user_id}
/
dependants
/
{dependant_id}
cURL
curl --request DELETE \
  --url http://localhost:8080/users/{user_id}/dependants/{dependant_id}
{
  "id": "<string>"
}

Path Parameters

user_id
string
required

User ID

dependant_id
string
required

Dependant ID

Response

Dependant deleted

id
string
required
status
enum<string>
required

Dependant row lifecycle status.

Available options:
ACTIVE,
DISCARDED