Superfy Platform API Documentation


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)

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": ["Custom Location \"test location API edited\" has been deleted."]
}