Version: 202506
Delete collection
DELETE/openapi/2025-06/collections/:id
Allows users to delete a specific collection by providing its unique ID in the path parameter.
Request
Path Parameters
id stringrequired
Collection ID. Must be a valid UUID
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}