curl --request DELETE \
--url https://{FUSION HOST}/api/links/unlink
123
Remove the link between two objects. If object
is not specified, all links for subject
are removed.
curl --request DELETE \
--url https://{FUSION HOST}/api/links/unlink
123
successful operation
The response is of type integer
.
Was this page helpful?