:doc:`Chatbot <../../chatbot>` / Client / delete_custom_action

********************
delete_custom_action
********************



.. py:method:: Chatbot.Client.delete_custom_action(**kwargs)

  

  Deletes a custom action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteCustomAction>`_  


  **Request Syntax**
  ::

    response = client.delete_custom_action(
        CustomActionArn='string'
    )
    
  :type CustomActionArn: string
  :param CustomActionArn: **[REQUIRED]** 

    The fully defined ARN of the custom action.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Chatbot.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`Chatbot.Client.exceptions.InternalServiceError`

  
  *   :py:class:`Chatbot.Client.exceptions.UnauthorizedException`

  