Delete Tags API
Require Authentication
This API is used to delete tags for the company based on combination of deviceID and token. It will also remove tags from bins or notification parameter.
URL
api/manageassets/deletetags/:pinstagsID
Required parameter (in URL)
- :pinstagsID «contains pinstagsID that want to be updated. It must be put in the URL, e.g: api/manageassets/deletetags/6»
Required parameter (POST)
- deviceID
- token
Optional parameter
Example JSON Payload
{ "deviceID": "ABCD-EFGH-IJKL-MNOP", "token": "bb602ab13b8090268cd6e3bb9dfa39e2" }
Possible return HTTP status code
- 201
- 400
- 401
- 405
Return message
{ "status": "success", "message": [ "Tags: \"tags API edit\" has been deleted." ] }