Superfy Platform API Documentation


Delete Specific Asset Type API

Require Authentication

This API is used to delete specific asset type for the company based on combination of deviceID and token.

When deleting asset type, it will also delete all project pins and its images that related with this asset type.


URL

api/manageassets/deletetype/:pintypeID

Required parameter (in URL)

Required parameter (POST)

Optional parameter

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "c43fa596e7916827106b591e2bb026cd"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": [
    "Asset Type \"test pin type API edit\" has been deleted."
  ]
}