1. Home
  2. Knowledge Base
  3. Delete Resource

Delete Resource

Delete the resource with given resource GUID.

URL:

DELETE http://api.aurelon.com/api/v2/resource/{ResourceGUID}

Request Headers:

MisKey : see Authentication
HardwareHash : see Authentication
SerialNumber : see Authentication
ApplicationVersion : see Authentication

Response:

Content type application/json containing the result of the operation.

Success:

200 OK : {“Resource successfully deleted”}

Error:

  • 400 Bad Request : {“Message”:””ResourceGUID” value required”}
  • 400 Bad Request : {“Message”:”Resource still in use”}
  • 401 Unauthorized : {“Message”:”Invalid HardwareHash”}
  • 401 Unauthorized : {“Message”:”Invalid MisKey”}
  • 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
  • 404 Not Found : {“Message”:”ResourceGUID is not found”}
  • 500 Internal Server Error : {“Message”:”Internal Server Error”}
Updated on May 19, 2022

Was this article helpful?