Collections

Delete Collection

Deletes a collection.

A 404 Not Found status code will be returned, if the provided collection name does not exist.

post/collections/delete-collection

Request body

collection_namestring required

The name of the collection to delete.

Response

Successful Response

messagestring

This string will always be "Success!". This may change in the future.

Changes