Learn how to delete a collection using the Wetrocloud API when they are no longer needed.
/v1/collection/delete/
endpoint when:
DELETE
request to the /v1/collection/delete/
endpoint with the required parameters in the body.
Parameter | Type | Description |
---|---|---|
collection_id | String | The unique ID of the collection to delete. |
Field | Description |
---|---|
message | A user-friendly message about the deletion status. |
success | Indicates whether the deletion was successful. |