Skip to main content
DELETE
/
links
/
unlink
Unlink two resources
import requests

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

response = requests.delete(url)

print(response.text)
123

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

subject
string

Subject to unlink.

object
string

Object to unlink.

Response

200 - */*

successful operation

The response is of type integer<int32>.