Delete order list permanently
DELETE/v2/orderlists/:id
Permanently delete an order list and all its associations.
Removes the order list from the system along with all user assignments, company associations, and item configurations. This action cannot be undone.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully deleted the order list
Invalid identifier format or request parameters
Authentication required to delete order lists
Insufficient permissions to delete order lists
Order list not found with the specified identifier
Unexpected server error during order list deletion