deleteAccessGrantsLocation
inline suspend fun S3ControlClient.deleteAccessGrantsLocation(crossinline block: DeleteAccessGrantsLocationRequest.Builder.() -> Unit): DeleteAccessGrantsLocationResponse
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 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.