ArcGIS Server 10.8
SDE Geodatabase Feature Classes
Is there any way to remove relationships on a published server via the REST admin page using deleteFromDefinition request?
Feature/Map service published with feature classes that participate in relationships persist thru to the published service. I supposed we could create another set of the feature classes that do not have relationships to use for publishing, but it's not preferred and looking for alternatives.
I did make an attempt to run this from the deleteFromDefinition task of the feature service in question but it didn't delete them.
{"relationships" : [
{
"id" : 0
},
{
"id" : 1
},
{
"id" : 2
},
{
"id" : 3
},
{
"id" : 4
},
{
"id" : 5
}
]
}
Thanks!