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