Delete collection and drop its physical table.
Only superadmins (users in the system account) can delete collections.
curl --request DELETE \
--url https://api.example.com/api/v1/collections/{collection_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request DELETE \
--url https://api.example.com/api/v1/collections/{collection_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}