Delete Device Groups

Restriction: This API endpoint is not supported in the Free Trial cloud.

Deletes an existing device group.

Important: To be able to run this API endpoint, you need to be an Admin user or part of Perfecto Support.

URL

Copy
http://<your-cloud>.app.perfectomobile.com/api/v1/device-groups

Method

DELETE

Header parameters

Name

Description

Perfecto-Authorization

Security Token

Data parameters (body)

Parameter

Type

Default

Description

deviceGroupNames*

array of strings


The names of the device groups to be deleted.

* Mandatory parameter

Success response

200 OK

Error response

Status and a generic error message

Example

Copy
JSON request
{
    "deviceGroupNames":["groupApi55"]
}