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

**************
delete_project
**************



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

  

  Deletes an Evidently project. Before you can delete a project, you must delete all the features that the project contains. To delete a feature, use `DeleteFeature <https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_DeleteFeature.html>`__.

  

  .. 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/DeleteProject>`_  


  **Request Syntax**
  ::

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

    The name or ARN of the project 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`

  