:doc:`GuardDuty <../../guardduty>` / Client / delete_malware_protection_plan

******************************
delete_malware_protection_plan
******************************



.. py:method:: GuardDuty.Client.delete_malware_protection_plan(**kwargs)

  

  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.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteMalwareProtectionPlan>`_  


  **Request Syntax**
  ::

    response = client.delete_malware_protection_plan(
        MalwareProtectionPlanId='string'
    )
    
  :type MalwareProtectionPlanId: string
  :param MalwareProtectionPlanId: **[REQUIRED]** 

    A unique identifier associated with Malware Protection plan resource.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`GuardDuty.Client.exceptions.BadRequestException`

  
  *   :py:class:`GuardDuty.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`GuardDuty.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`GuardDuty.Client.exceptions.ResourceNotFoundException`

  