cURL
curl --request DELETE \ --url https://api.rebase.energy/platform/v2/sites/{site_id} \ --header 'Authorization: <api-key>'
{ "errors": [ { "field": "<string>", "message": "<string>" } ] }
Delete a site and remove all of its data
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Successful Response