Skip to main content

Remove A Index

POST 

/v1/dataset/index/remove

Remove an index

Request

Body

required

    project_id Project Id (string)required

    The project id containing the index you are removing.

    index_id Index Id (string)required

    ID of index to remove

Responses

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...