Delete Viber template
DELETE/api/v1/accounts/:accountId/viber/channels/:channelId/templates/:templateName
This endpoint deletes a Viber message template, removing it from both the 8x8 platform and Viber.
Each language variant of a Viber template is stored as its own template, so you must specify the language query parameter to identify which variant to delete.
Deleting Viber templates requires an admin role on the account.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Template deleted successfully
Bad request error response
Request was not authenticated response
Request was not authorized
The template doesn't exist
Rate limiting quota exceeded error
Internal server error