deleteSpecifications #
Deletes validation specifications for a collection.
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 #
await kuzzle
.collection
.deleteSpecifications('nyc-open-data', 'yellow-taxi');
Edit this page on Github(opens new window)