JavaScript
Courier Create
Delete a Tenant Template
Deletes the tenant’s notification template with the given template_id.
Returns 204 No Content with an empty body on success.
Returns 404 if there is no template with this ID for the tenant,
including a second DELETE after a successful removal.
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Id of the tenant that owns the template.
Id of the template to remove from the tenant.
Response
Template deleted successfully