:doc:`VerifiedPermissions <../../verifiedpermissions>` / Client / delete_policy_store

*******************
delete_policy_store
*******************



.. py:method:: VerifiedPermissions.Client.delete_policy_store(**kwargs)

  

  Deletes the specified policy store.

   

  This operation is idempotent. If you specify a policy store that does not exist, the request response will still return a successful HTTP 200 status code.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/DeletePolicyStore>`_  


  **Request Syntax**
  ::

    response = client.delete_policy_store(
        policyStoreId='string'
    )
    
  :type policyStoreId: string
  :param policyStoreId: **[REQUIRED]** 

    Specifies the ID of the policy store that you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  
  *   :py:class:`VerifiedPermissions.Client.exceptions.InvalidStateException`

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

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

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

  