curl --request POST \
--url https://api.example.com/v1.0/subscribers/guardians/relation/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ParentSubscriberId": "<string>",
"ChildSubscriberId": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/subscribers/guardians/relation/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ParentSubscriberId": "<string>",
"ChildSubscriberId": "<string>"
}
'