RAG API
Remove a Resource
Learn how to remove a resource from a collection using the Wetrocloud API when they are no longer needed.
Collections in WetroCloud store indexed resources for retrieval and query operations. Deleting a resource can help remove outdated data.
When to Use the Remove Endpoint
Use the /resource/remove/
endpoint when:
- A resource has served its purpose and is no longer relevant to the collection.
- Data in a resource needs be removed.
To remove resource from a collection, send a DELETE
request to the /resource/remove/
endpoint with the required parameters in the body.
Required Parameters
Parameter | Type | Description |
---|---|---|
collection_id | String | The unique ID of the collection the resource belongs too |
resource_id | String | The unique ID of the resource to delete. |
Request Example
Successful Response
Upon successful deletion, the endpoint returns a success flag.
Example Response
Field | Description |
---|---|
success | Indicates whether the deletion was successful. |