Delete collection
A quick guide on how to delete collections by ID using the Alphamoon API
Delete collection by ID
Name
Type
Description
"string"{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}curl -X 'DELETE' \
'https://workspace.alphamoon.ai/api/v0.3/collections/4635c1aed59d45aa9268501fdc4d59c3' \
-H 'accept: */*' \
-H 'Authorization: Basic API_KEY_BASE64_ENCODED'"string"Last updated