:doc:`Rekognition <../../rekognition>` / Client / delete_stream_processor

***********************
delete_stream_processor
***********************



.. py:method:: Rekognition.Client.delete_stream_processor(**kwargs)

  

  Deletes the stream processor identified by ``Name``. You assign the value for ``Name`` when you create the stream processor with  CreateStreamProcessor. You might not be able to use the same name for a stream processor for a few seconds after calling ``DeleteStreamProcessor``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/rekognition-2016-06-27/DeleteStreamProcessor>`_  


  **Request Syntax**
  ::

    response = client.delete_stream_processor(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the stream processor you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Rekognition.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Rekognition.Client.exceptions.InternalServerError`

  
  *   :py:class:`Rekognition.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Rekognition.Client.exceptions.InvalidParameterException`

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

  
  *   :py:class:`Rekognition.Client.exceptions.ResourceInUseException`

  
  *   :py:class:`Rekognition.Client.exceptions.ProvisionedThroughputExceededException`

  