Skip to content
View as Markdown

DELETE Delete Email Pattern​

DELETE
/email-patterns/{id}

Delete a reusable email pattern by its ID.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

The email pattern ID.

Type
integer
Required

Responses​

Email pattern deleted successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI