DELETE
/
v1
/
indexes
/
{indexId}
curl --location --request DELETE 'https://api.getmetal.io/v1/indexes/{indexId}' \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>' \
{
  "accepted": true
}

Auth Headers

x-metal-api-key
string
required

An API key for your org.

x-metal-client-id
string
required

A Client ID for your org.

Params

indexId
string
required

The Index ID

Response

accepted
boolean
Whether the deletion was successful or not.