Skip to content

Delete a Reminder Template

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

Soft-delete a reminder template.

businessId
required

The ID of the Business.

string
reminderTemplateId
required

The ID of the Reminder Template.

string

Confirmation of deletion.

Reminder Template not found.

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