Failed Orders
All requests require a valid IDToken in the authentication header
Headers:
Authentication: Bearer {IDToken}
GET
/order_failed/
Response
- a status code of 200
- a dictionary containing every order for that user that has images uploaded to it but is not flagged as upload completed
DELETE
/order_failed/
Required URL Paramaters
order: the id of the order to be cleaned [uuid]
Response
- a status code of 204
Errors
Code 400
Bad request, look over your input
Code 401
The user is not authorized to perform this action on that order
Code 404
This order either does not exist or does not have any images uploaded to it
Code 500
Contact Arboair with time & what request was done if this code is returned