Learn how to remove a resource from a collection using the Wetrocloud API when they are no longer needed.
/resource/remove/
endpoint when:
DELETE
request to the /resource/remove/
endpoint with the required parameters in the body.
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. |
Field | Description |
---|---|
success | Indicates whether the deletion was successful. |