:doc:`PartnerCentralBenefits <../../partnercentral-benefits>` / Client / recall_benefit_application

**************************
recall_benefit_application
**************************



.. py:method:: PartnerCentralBenefits.Client.recall_benefit_application(**kwargs)

  

  Recalls a submitted benefit application, returning it to draft status for further modifications.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-benefits-2018-05-10/RecallBenefitApplication>`_  


  **Request Syntax**
  ::

    response = client.recall_benefit_application(
        Catalog='string',
        ClientToken='string',
        Identifier='string',
        Reason='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    The catalog identifier that specifies which benefit catalog the application belongs to.

    

  
  :type ClientToken: string
  :param ClientToken: 

    A unique, case-sensitive identifier to ensure idempotent processing of the recall request.

    

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

    The unique identifier of the benefit application to recall.

    

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

    A descriptive reason explaining why the benefit application is being recalled.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`PartnerCentralBenefits.Client.exceptions.ValidationException`

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

  
  *   :py:class:`PartnerCentralBenefits.Client.exceptions.InternalServerException`

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

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

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

  