Skip to main content
DELETE
/
v2
/
chargeboxes
/
{id}
Deletes a charge box. This operation cannot be undone.
curl --request DELETE \
  --url https://api.spirii.com/v2/chargeboxes/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Authorization: Bearer <SPIRII_API_KEY>

Path Parameters

id
number
required

ID that uniquely identifies the charge box

Example:

123456

Response

Charge box successfully deleted