:doc:`Redshift <../../redshift>` / Client / delete_resource_policy

**********************
delete_resource_policy
**********************



.. py:method:: Redshift.Client.delete_resource_policy(**kwargs)

  

  Deletes the resource policy for a specified resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteResourcePolicy>`_  


  **Request Syntax**
  ::

    response = client.delete_resource_policy(
        ResourceArn='string'
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the resource of which its resource policy is deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.ResourceNotFoundFault`

  
  *   :py:class:`Redshift.Client.exceptions.UnsupportedOperationFault`

  