cURL
curl --request DELETE \ --url https://{projectHost}/collections/{collectionName} \ --header 'x-api-key: <api-key>'
{ "message": "Collection example-collection-name is queued for deletion" }
Delete an existing collection.
Project API Key.
Collection name.
Collection delete request accepted.
The response is of type object.
object
Was this page helpful?