Delete the specified queue.
URL:
DELETE http://api.aurelon.com/api/v2/configuration/queue/{QueueGUID}
Request Headers:
Content-Type : application/json
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 : {“Message”: “Queue successfully deleted”}
Error:
- 400 Bad Request : {“Message”:””QueueGUID” value required”}
- 401 Unauthorised : {“Message”:”Invalid HardwareHash”}
- 401 Unauthorised : {“Message”:”Invalid MisKey”}
- 401 Unauthorised : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
- 404 Not Found : {“Message”:”QueueGUID is not found”}
- 500 Internal Server Error : {“Message”:”Internal Server Error”}