Superfy Platform API Documentation


Delete Specific Image on a Pin API

Require Authentication

This API is used to delete specific image on a pin for the company based on combination of deviceID and token.


URL

api/projects/deletepinimage/:projectID/:projectpinID/:projectpinimageID

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": [
    "Zone Pin Image \"choco\" has been deleted."
  ]
}