DELETE
/
v1
/
installers
/
{installer_id}
curl --request DELETE \
  --url https://api.nuon.co/v1/installers/{installer_id} \
  --header 'Authorization: <api-key>'
true

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

installer_id
string
required

installer ID

Response

200
application/json
OK

The response is of type boolean.