In a multitenant deployment architecture, you can import a specific Licens per tenant.
Import-NAVServerLicense 'MicrosoftDynamicsNavServer$MyInstance' -LicenseData ([Byte[]]$(Get-Content -Path "fin.flf" -Encoding Byte)) -Database Tenant –Tenant Tenant1
However, how to switch back to default Master Database Licens again? There are no PowerShell commands for delete / remove current Licens from a tenant and go back to default Master licens again.
*This post is locked for comments