[
https://issues.apache.org/jira/browse/KYLIN-5643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaoxiang Yu resolved KYLIN-5643.
---------------------------------
Resolution: Fixed
> Add public api for batch delete index
> -------------------------------------
>
> Key: KYLIN-5643
> URL: https://issues.apache.org/jira/browse/KYLIN-5643
> Project: Kylin
> Issue Type: Improvement
> Components: Metadata
> Affects Versions: 5.0-alpha
> Reporter: Zhiting Guo
> Assignee: Zhiting Guo
> Priority: Major
> Fix For: 5.0-beta
>
>
> Move the "kylin/api/index_plans/index" DELETE API from NIndexPlanController
> to OpenIndexPlanController as a public api.
> demo:
> curl --location --request DELETE
> 'http://127.0.0.1:9099/kylin/api/index_plans/index?project=project1&model_name=abc&index_ids=20000000001'
> \ --header 'Accept: application/vnd.apache.kylin-v4-public+json' \ --header
> 'Authorization: Basic YWRtaW46S1lMSU4='
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)