Permanently delete order status from workflow system
DELETE/v2/order-statuses/:id
Remove order status and all associated workflow configuration.
This action cannot be undone and will affect any orders or workflows that depend on this status. Ensure no active orders are using this status before deletion.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully deleted order status from workflow system
Invalid order status identifier or malformed request parameters
Authentication credentials are missing or invalid
Insufficient permissions to delete order statuses
Order status with the specified identifier was not found
Internal server error occurred while deleting the order status