Skip to main content
DELETE
/
links
Delete links
import requests

url = "https://{FUSION HOST}/api/links"

response = requests.delete(url)

print(response.json())

Query Parameters

subject
string

Delete only links with a matching subject.

object
string

Delete only links with a matching object.

Delete only links with a matching type.