Delete a backend email template
DELETE /api/backends/:backend_id/email-templates/:template_type deletes the identified backend email template resource
Required scope: identity-providers:manage:all
| Path Parameters |
|---|
backend_id string — REQUIRED |
template_type string — REQUIRED |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
data object — OPTIONALid string — OPTIONAL | txt_content string — OPTIONAL | html_content string — OPTIONAL | type string — OPTIONAL | backend_id string — OPTIONAL |
|
|
401
The client is unauthorized to access this resource. | Schema — OPTIONAL |
|---|
code string | message string |
|
403
The client is forbidden to access this resource. | Schema — OPTIONAL |
|---|
code string | message string |
|
404
The requested resource could not be found. | Schema — OPTIONAL |
|---|
code string | message string |
|
422
The request payload is invalid. | Schema — OPTIONAL |
|---|
errors object — OPTIONAL |
|