Delete Specific Pin on a Zone Map API
Require Authentication
This API is used to delete specific pin on a zone map for the company based on combination of deviceID and token.
When deleting zone pin, it will also delete all images that related with this zone pin.
URL
api/projects/deletepin/:projectID/:projectpinID
Required parameter (in URL)
- :projectID «contains projectID that will be deleted. It must be put in the URL, e.g: api/projects/deletepin/1/4. To get available projectID, please visit Get Available Zones»
- :projectpinID «contains projectpinID that will be deleted. It must be put in the URL, e.g: api/projects/deletepin/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": ["Zone Pin \"test pin zone API edit\" has been deleted."] }