Superfy Platform API Documentation


Delete Specific Group API

Require Authentication

This API is used to delete specific group within specific zone for the company based on combination of deviceID and token.

When deleting group, all pins using that group will no longer have group assigned.


URL

api/projects/deletegroup/:projectID/:projectgroupID

Required parameter (in URL)

Required parameter (POST)

Optional parameter

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "bb602ab13b8090268cd6e3bb9dfa39e2"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": ["Group \"Test Group API\" has been deleted."]
}