Skip to content

Delete a Post-Appointment Message Template

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

Soft-delete a post-appointment message template.

businessId
required

The ID of the Business.

string
postAppointmentMessageTemplateId
required

The ID of the Post-Appointment Message Template.

string

Confirmation of deletion.

Post-Appointment Message Template not found.

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