DELETE/v1/device-groups/{id}Delete a device group

Delete a device group
headerAuthorizationAuthentication token (bearer token or API key).
{
"name" : String,
"remarks" : String,
"location" : String
}

Response

status200All ok
status401Invalid authentication token
status403Insufficient rights
status404Device group not found
{}

Example: Delete a device group

DELETE/v1/device-groups/23

headerAuthorizationBearer aa748e55-eafd-4bfe-9f7c-7a5d5330339c

Response

status200
headerAccess-Control-Expose-Headersauthorization, content-type
headerAccess-Control-Allow-Headersauthorization, content-type
headerAccess-Control-Allow-MethodsGET, POST, DELETE, OPTIONS, PUT
headerAccess-Control-Allow-Origin*
headerStrict-Transport-Securitymax-age=31536000; includeSubDomains
headerX-Frame-OptionsSAMEORIGIN
headerX-Content-Type-Optionsnosniff
headerX-XSS-Protection1; mode=block
headerContent-Security-Policydefault-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none'
headerReferrer-Policyno-referrer
headerFeature-Policyself
headerPermissions-policyinterest-cohort=()
{}