Skip to main content
Skip table of contents

Deleting a group. VMS Admin API

DELETE/api/admin/v1/intercoms/groups/{group}

Headers

Authorization

Bearer token

Accept

application/json

X-Client

ios-cctv|android-cctv|thick-legal|web

X-UUID

unique device id

Body

groupoptional

int

Unique identifier of the group

Response

200

Successful response

JSON
{
    "status": "ok"
}
401

Authorization token is not provided or is invalid. Obtaining a token

403

In case the tree format is not custom

422

In case the current group cannot be deleted

Example

JSON
curl -k --location --request DELETE 'https://vms.local/api/admin/v1/intercoms/groups/{group}' \
--header 'Authorization:Bearer token' \
--header 'Accept:application/json' \
--header 'X-Client:ios-cctv|android-cctv|thick-legal|web' \
--header 'X-UUID:unique device id'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.