Delete a collection

Collections APIs / Managing collections / Delete a collection

Use the following request to delete a collection by providing the collection ID. To see a list of all collections, in order to find a collection ID, reference the List API.

Request

DELETE /model/collection?id=<string>

Example

DELETE /model/collection?id=8a939ba1-ff15-4600-b711-2cb109114914

Last updated