DELETE
/
collections
/
{collection}
Delete a collection
curl --request DELETE \
  --url https://{FUSION HOST}/api/collections/{collection}

Headers

If-Match
string
default:"-1"

An optional tag to match against the specified collection.

Path Parameters

collection
string
required

The name of a collection.

Query Parameters

solr
boolean
default:false

'True' to delete the collection from Solr while it is deleted from Fusion.

purge
boolean
default:false

'True' to also delete associated signals and searchLogs collections.

pipelines
boolean
default:false

'True' to also delete associated pipelines.