Skip to content

Drop index

DELETE
/dataset-tables/{tableId}/indexes/{indexName}

Drop an index from the table. Returns an operation for tracking progress.

tableId
required
string
indexName
required
string

Index drop started

object
operationId
required
string
operationType
required
string
targetType
required
string
targetId
required
string
description
required
string
status
required
string
Allowed values: pending running completed failed cancelled
progressPercent
required
number
progressMessage
string
error
object
code
required
string
message
required
string
createdAt
required
string
startedAt
string
completedAt
string

Dataset table or index not found