cURL
curl --request DELETE \ --url https://api.voltview.co.uk/v1/meter/delete/{meterId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a specific meter. Requires admin permissions. User must have access to the site where the meter is located.
Supabase Auth JWT access token obtained after signing in via magic link or OTP
ID of the meter to delete
Meter deleted successfully