Request
DELETE https://backend.net0.com/v1/sites/{sitesId}/fuel/{fuelId}
Delete an existing site fuel available on your Net0 account with this endpoint.
| Attribute | Type | Description | In |
|---|---|---|---|
| siteId | String | The id of the site. | path |
| fuelId | String | The id of the fuel to delete. | path |
Response
The response return an HTTP status code of 204 implying that the delete operation was successful.
