bundleDelete
Permanently delete a bundle from the system.
Removes the bundle and all associated items and configuration. This action cannot be undone and will affect any orders or carts that reference this bundle.
Possible errors:
- BUNDLE_NOT_FOUND_ERROR: Bundle with the specified ID does not exist
- DELETE_BUNDLE_ERROR: Failed to delete the bundle
- FORBIDDEN: Insufficient permissions to delete bundles
bundleDelete(
id: String!
): Boolean!
Arguments
bundleDelete.id
● String!
non-null scalar
Unique identifier of the bundle to delete.
Must be a valid UUID format representing an existing bundle in the system.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.