/delete
Delete a location.
GET
geolytix.xyz/api/location/edit/delete
This endpoint deletes a location from its datasource table.
Query Parameters
Name | Type | Description |
---|---|---|
token | string | A signed token is required to access private endpoints. |
locale | string | The locale key of the location layer. |
layer | string | The layer key of the location layer. |
table | string | The table name of the location. |
id | string | The id of the location. |
Last updated