deleteServiceOptionsAndVariants( )


Deletes a serviceOptionsAndVariants object.

Because each service can be connected to only a single serviceOptionsAndVariants object, the service doesn't support varied pricing after deleting a serviceOptionsAndVariants object. Instead, Wix Bookings uses its standard price calculation.

Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

Permissions
Manage Bookings Services and Settings
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
serviceOptionsAndVariantsIdstringRequired

ID of the serviceOptionsAndVariants object to delete.


optionsDeleteServiceOptionsAndVariantsOptions

Options for deleting the service options and variants.

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?