Skip to main content
DELETE
/
links
Delete links matching the provided criteria
import requests

url = "http://api/apollo/links"

response = requests.delete(url)

print(response.text)

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

Response

default

successful operation