Skip to main content
Version: 5.7.0

SysDropIndex

Drops the specified index from the identified custom entity collection.

ServiceOperation
customEntitySYS_DROP_INDEX

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status" : 200,
"data" : null
}

Method Parameters

ParameterDescription
entityTypeThe entity type identifying the applicable custom entity collection.
indexKeysJsonThe field index keys, as JSON object, identifying the index to be dropped.