Sends a request to the PurpleAirAPI API endpoint described at: https://api.purpleair.com/#api-groups-delete-group
pa_deleteGroup(
api_key = NULL,
group_id = NULL,
baseUrl = "https://api.purpleair.com/v1/groups"
)
PurpleAir API WITE key.
The group_id
to be deleted. This group must
be owned by the api_key
.
URL endpoint for the "Delete Group" API.
No return.