Skip to main content
DELETE
/
collections
/
{collection}
/
features
/
{feature}
Delete a feature
import requests

url = "https://{FUSION HOST}/api/collections/{collection}/features/{feature}"

response = requests.delete(url)

print(response.json())

Headers

If-Match
string
default:"-1"

An optional tag to match against the specified feature.

Path Parameters

collection
string
required

The name of a collection.

feature
string
required

The name of a feature.

Query Parameters

callback
boolean
default:true

Additional commands to execute.