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.
DELETE request to the /v1/collection/delete/ endpoint with the required parameters in the body.
Required Parameters
| Parameter | Type | Description |
|---|---|---|
collection_id | String | The unique ID of the collection to delete. |
Request Example
Successful Response
Upon successful deletion, the endpoint returns a confirmation message and a success flag. Example Response| Field | Description |
|---|---|
message | A user-friendly message about the deletion status. |
success | Indicates whether the deletion was successful. |