curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/deleteDestinationRelations \
--header 'Content-Type: application/json' \
--data '{
"Context": {
"CorrelationId": "<string>",
"UserId": "<string>",
"Pads4UserId": "<string>",
"Domain": "<string>",
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"SecondaryIdentities": [
"<string>"
],
"ImpersonationId": "<string>"
},
"Relations": [
{
"ParentId": "<string>",
"ChildId": "<string>",
"TypeName": "<string>"
}
]
}'{
"Succeeded": true,
"Message": "<string>",
"Code": 123
}curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/deleteDestinationRelations \
--header 'Content-Type: application/json' \
--data '{
"Context": {
"CorrelationId": "<string>",
"UserId": "<string>",
"Pads4UserId": "<string>",
"Domain": "<string>",
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"SecondaryIdentities": [
"<string>"
],
"ImpersonationId": "<string>"
},
"Relations": [
{
"ParentId": "<string>",
"ChildId": "<string>",
"TypeName": "<string>"
}
]
}'{
"Succeeded": true,
"Message": "<string>",
"Code": 123
}