deleteGeoCollection()
Home > @gooddata/sdk-backend-spi > IOrganizationGeoCollectionsService > deleteGeoCollection
IOrganizationGeoCollectionsService.deleteGeoCollection() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Delete a custom geo collection.
Signature:
deleteGeoCollection(id: string): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
string |
identifier of the geo collection to delete |
Returns:
Promise<void>