Drop Email
Summary
The DROP EMAIL command drops the specified email object.
Syntax
drop email [if exists] <email_name>; |
Parameters
|
Parameter
|
Description
|
|---|---|
<email_name> |
The name of the email message. |
Details
If the email message does not exist and [if exists] is not specified in the command, an error is generated.
If an email is dropped and is then referenced in a command, the command will fail to run correctly. Currently no referential checks are performed.
Examples
drop email e_notify_biz_users;drop email if exists email_upload_orders_started; |
