Unmount topics from a cluster
Unmount provided list of topics from a cluster to object storage.
POST
/v1/topics/unmount
curl \
--request POST 'http://localhost:9644/v1/topics/unmount' \
--header "Content-Type: application/json" \
--data '[{"topic":"string","ns":"string"}]'
Request examples
[
{
"topic": "string",
"ns": "string"
}
]
Response examples (200)
{
"id": 42
}