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)
- :projectID «contains projectID that will be deleted. It must be put in the URL, e.g: api/projects/deletegroup/1/4. To get available projectID, please visit Get Available Zones»
- :projectgroupID «contains projectgroupID that will be deleted. It must be put in the URL, e.g: api/projects/deletegroup/1/4»
Required parameter (POST)
- deviceID
- token
Optional parameter
Example JSON Payload
{ "deviceID": "ABCD-EFGH-IJKL-MNOP", "token": "bb602ab13b8090268cd6e3bb9dfa39e2" }
Possible return HTTP status code
- 200
- 400
- 401
- 404
- 405
Return message
{ "status": "success", "message": ["Group \"Test Group API\" has been deleted."] }