Unlink two resources
import requests
url = "https://{FUSION HOST}/api/links/unlink"
response = requests.delete(url)
print(response.text)123Remove the link between two objects. If object is not specified, all links for subject are removed.
DELETE
/
links
/
unlink
Unlink two resources
import requests
url = "https://{FUSION HOST}/api/links/unlink"
response = requests.delete(url)
print(response.text)123Was this page helpful?
⌘I