:doc:`CloudWatchEvidently <../../evidently>` / Client / delete_feature

**************
delete_feature
**************



.. py:method:: CloudWatchEvidently.Client.delete_feature(**kwargs)

  

  Deletes an Evidently feature.

  

  .. danger::

        This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.


  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/DeleteFeature>`_  


  **Request Syntax**
  ::

    response = client.delete_feature(
        feature='string',
        project='string'
    )
    
  :type feature: string
  :param feature: **[REQUIRED]** 

    The name of the feature to delete.

    

  
  :type project: string
  :param project: **[REQUIRED]** 

    The name or ARN of the project that contains the feature to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatchEvidently.Client.exceptions.ThrottlingException`

  
  *   :py:class:`CloudWatchEvidently.Client.exceptions.ValidationException`

  
  *   :py:class:`CloudWatchEvidently.Client.exceptions.ConflictException`

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

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

  