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