:doc:`FMS <../../fms>` / Client / delete_protocols_list

*********************
delete_protocols_list
*********************



.. py:method:: FMS.Client.delete_protocols_list(**kwargs)

  

  Permanently deletes an Firewall Manager protocols list.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/DeleteProtocolsList>`_  


  **Request Syntax**
  ::

    response = client.delete_protocols_list(
        ListId='string'
    )
    
  :type ListId: string
  :param ListId: **[REQUIRED]** 

    The ID of the protocols list that you want to delete. You can retrieve this ID from ``PutProtocolsList``, ``ListProtocolsLists``, and ``GetProtocolsLost``.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`FMS.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`FMS.Client.exceptions.InvalidOperationException`

  
  *   :py:class:`FMS.Client.exceptions.InternalErrorException`

  