Skip to content

Delete a Booking Event Template

DELETE
/businesses/{businessId}/notifications/booking-event-templates/{bookingEventTemplateId}
curl --request DELETE \
--url https://api.upvio.com/v1/businesses/example/notifications/booking-event-templates/example \
--header 'Authorization: Bearer <token>'

Soft-delete a booking event notification template.

businessId
required

The ID of the Business.

string
bookingEventTemplateId
required

The ID of the Booking Event Template.

string

Confirmation of deletion.

Booking Event Template not found.

Media type application/json
object
error
object
code
number
title
string
Example
{
"error": {
"code": 404,
"title": "Not Found"
}
}