Skip to content

Delete a device group
Stable

Request

Delete a group from Devices & Groups.

Security
apiKey
Path
group_idstring, (uuid)required

A UUID string identifying this enterprise device group.

enterprise_idstringrequired

A UUID string identifying enterprise.

cURL
curl -i -X DELETE \
  'https://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/devicegroup/{group_id}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The resource was deleted successfully.

Response
No content