SDK
SDK Dart v2.x
2

deleteSpecifications #

Deletes validation specifications for a collection.


Copied to clipboard!
Future<Map<String, dynamic>> deleteSpecifications(
    String index, String collection)

Arguments Type Description
index
String
Index name
collection
String
Collection name

Returns #

Returns a Future<Map<String, dynamic>>.

Usage #

Copied to clipboard!
await kuzzle
  .collection
  .deleteSpecifications('nyc-open-data', 'yellow-taxi');