:doc:`S3Control <../../s3control>` / Client / delete_access_grants_location

*****************************
delete_access_grants_location
*****************************



.. py:method:: S3Control.Client.delete_access_grants_location(**kwargs)

  

  Deregisters a location from your S3 Access Grants instance. You can only delete a location registration from an S3 Access Grants instance if there are no grants associated with this location. See `Delete a grant <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessGrant.html>`__ for information on how to delete grants. You need to have at least one registered location in your S3 Access Grants instance in order to create access grants.

    Permissions  

  You must have the ``s3:DeleteAccessGrantsLocation`` permission to use this operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessGrantsLocation>`_  


  **Request Syntax**
  ::

    response = client.delete_access_grants_location(
        AccountId='string',
        AccessGrantsLocationId='string'
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The Amazon Web Services account ID of the S3 Access Grants instance.

    

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

    The ID of the registered location that you are deregistering from your S3 Access Grants instance. S3 Access Grants assigned this ID when you registered the location. S3 Access Grants assigns the ID ``default`` to the default location ``s3://`` and assigns an auto-generated ID to other locations that you register.

    

  
  
  :returns: None