Skip to main content
Collections in WetroCloud store indexed resources for retrieval and query operations. Deleting a collection can help remove outdated data.

When to Use the Delete Endpoint

Use the /v1/collection/delete/ endpoint when:
  • A collection has served its purpose and is no longer needed.
  • Data in a collection must be removed.
To delete a collection, send a DELETE request to the /v1/collection/delete/ endpoint with the required parameters in the body.

Required Parameters


Request Example


Successful Response

Upon successful deletion, the endpoint returns a confirmation message and a success flag. Example Response