Requires authorization
Deletes a style. Try it now.
Request
HTTP request
DELETE https://www.googleapis.com/fusiontables/v2/tables/tableId/styles/styleId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
styleId |
integer |
Identifier (within a table) for the style being deleted. |
tableId |
string |
Encrypted unique alphanumeric identifier for the table. |
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/fusiontables |
Request body
In the request body, supply a Style resource.
Response
A 204 No Content is returned if the delete was successful.
Try it!
Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer.