Skip to main content
Version: 5.7.0

SysDropCollection

Drops the specified entity type collection.

ServiceOperation
customEntitySYS_DROP_COLLECTION

Method Parameters

ParameterDescription
entityTypeThe name of the entity type collection to delete

Usage

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