Skip to main content
DELETE
Remove a user's solar inverter

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID of the user's organization

user_id
string<uuid>
required

The user ID of the user whom the solar inverter belongs to

inverter_id
string<uuid>
required

The ID of the solar inverter to be deleted

Query Parameters

soft_delete
boolean
default:true

Offboard before deletion; set false only for a forced immediate hard delete

Response

200

OK