Version: 202201
Delete Collection
DELETE/openapi/2022-01/collections/:id
Allows users to delete a specific collection by providing its unique ID in the path parameter.
Request
Path Parameters
id stringrequired
Collection's ID
Responses
- 200
- 422
200
- application/json
No schema
422
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"Collection not found"
]
}
{
"errors": [
"Collection not found"
]
}