orderStatusSetDelete
Permanently delete an order status set from the workflow system.
Removes the order status set and all associated workflow configuration. This action cannot be undone and will affect any workflows that depend on this status set. The contained order statuses themselves are not deleted.
Possible errors:
- ORDER_STATUS_SET_NOT_FOUND_ERROR: Order status set with the specified ID does not exist
AUTH: Role=[order.OWNER]
orderStatusSetDelete(
id: Int!
): Boolean!
Arguments
orderStatusSetDelete.id
● Int!
non-null scalar
Unique identifier of the order status set to delete.
Must be a positive integer representing a valid order status set ID in the system.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.