Delete Specific Custom Location API
Require Authentication
This API is used to delete specific custom location for the company based on combination of deviceID and token.
When deleting custom location, it will remove customlocationID in all project pins that related to this custom location.
URL
api/manageassets/deletecustomlocation/:customlocationID
Required parameter (in URL)
- :customlocationID «contains customlocationID that will be deleted. It must be put in the URL, e.g: api/companies/deletecustomlocation/1»
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": ["Custom Location \"test location API edited\" has been deleted."] }