Solariance-API-V1
  1. System
Solariance-API-V1
  • Getting Started
  • Forecast
    • forecast/power
      GET
    • forecast/energy
      GET
    • forecast/temperature
      GET
    • forecast/export
      GET
    • forecast/optimizer
      POST
  • System
    • system/list
      GET
    • system/view
      GET
    • system/create
      POST
    • system/update
      PUT
    • system/delete
      DELETE
  • User
    • user/view
      GET
    • user/create
      POST
    • user/update
      PUT
    • user/delete
      DELETE
    • user/auth/pw
      POST
  • Ext
    • ext/pvgeneration
      GET
    • ext/pvshare
      GET
    • ext/price
      GET
    • ext/pvinstallation
      GET
  1. System

system/delete

DELETE
https://api.solariance.de/v1/system/delete
Note: If you create or delete PV systems, a new token with user/auth or user/auth/refresh must be generated after these changes to ensure the JWT payload is up-to-date.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.solariance.de/v1/system/delete?system_id=PVXXXX' \
--header 'Authorization: Bearer eyxxxx'

Responses

🟢200Success
application/json
Body

Example
{
    "code": 200,
    "message": "PVXXX deleted from Database",
    "data": {}
}
🟠400Bad Request
🟠405Method Not Allowed
🟠401Unauthorized
Modified at 2025-09-10 09:16:58
Previous
system/update
Next
user/view
Built with