Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
V2 2.0.4
-
None
Description
Consider 2 entities A and B, there is a bidirectional association between these entities(A to B and B to A).
Created an association between these entities via $links refer the below URI
<root-url>/B(5001L)/$links/ADetails with the request payload as
and the association gets created able to retrieve this data via $expand
Now tried to remove this association via $links with the HTTP DELETE request refer to the following URI
<root-url>/A(4901L)/$links/BDetails(5001L)
Get an exception "Object: null is not a known Entity type."
here is the excerpt stack trace
stacktrace": [
,
,
,
,
,
,
,
,
,
,
,
{}.....]