delete_malware_protection_plan¶
Operation¶
delete_malware_protection_plan
async
¶
delete_malware_protection_plan(input: DeleteMalwareProtectionPlanInput, plugins: list[Plugin] | None = None) -> DeleteMalwareProtectionPlanOutput
Deletes the Malware Protection plan ID associated with the Malware Protection plan resource. Use this API only when you no longer want to protect the resource associated with this Malware Protection plan ID.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteMalwareProtectionPlanInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteMalwareProtectionPlanOutput
|
An instance of |
Input¶
DeleteMalwareProtectionPlanInput
dataclass
¶
Output¶
DeleteMalwareProtectionPlanOutput
dataclass
¶
Dataclass for DeleteMalwareProtectionPlanOutput structure.