DELETE

Delete Service Options And Variants


Deletes a serviceOptionsAndVariants object.

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

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings Services and Settings
Manage Bookings - all permissions
Manage Bookings
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/bookings/v1/serviceOptionsAndVariants/{serviceOptionsAndVariantsId}

Path Params
serviceOptionsAndVariantsIdstringRequired

ID of the serviceOptionsAndVariants object to delete.

Query Params
revisioninteger

Revision of the serviceOptionsAndVariants object to delete.

Response Object
Returns an empty object.
Delete a set of options and variants
Request
cURL
curl -X DELETE \ 'https://wixapis.com/bookings/v1/serviceOptionsAndVariants/cee77f8c-2ad3-11ed-a261-0242ac120002' \ -H 'Authorization: <AUTH>' \
Response
JSON
{}
Errors

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

Event TriggersThis method triggers the following events:
Did this help?