Deletes a service.
Specify {"preserveFutureSessionsWithParticipants": true}
to retain all
future sessions for the service. By default, all future sessions are canceled.
You can only call this method when authenticated as a Wix app or Wix user identity.
ID of the service to delete.
Whether to preserve future sessions with participants.
Default: false
Whether to send the message about the changes to the customer.
Default: false
Custom message to send to the participants about the changes to the booking.
curl -X DELETE 'https://www.wixapis.com/bookings/v2/services/d779a301-398d-4552-aa8c-3bef0b65cedb' \
-H 'Authorization: <AUTH>'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.