Path parameters

  • collectionName string Required

    defines the collection on which you want to call the operation (e.g users)

application/json

Body

  • indexName string Required
DELETE /data/{collectionName}/index
curl \
 --request DELETE 'https://api.universecloud.io/data/users/index' \
 --header "X-Api-Key: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"indexName":"createdAt"}'
Request examples
{
  "indexName": "createdAt"
}