curl --request DELETE \
--url https://{FUSION HOST}/api/collections/{collection}/features/{feature}
Remove a feature from a collection.
curl --request DELETE \
--url https://{FUSION HOST}/api/collections/{collection}/features/{feature}
An optional tag to match against the specified feature.
The name of a collection.
The name of a feature.
Additional commands to execute.
Was this page helpful?