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

url = "http://api/apollo/collections/{collection}/features/{feature}"

response = requests.delete(url)

print(response.text)

Headers

If-Match
string
default:"-1"

An entity 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

Response

default

successful operation