License key for cancelled subscription

Hello,

I am testing this API " /wiki/rest/atlassian-connect/1/addons/{appKey} " from the following documentation " https://developer.atlassian.com/platform/marketplace/license-api-for-cloud-apps/ . "

I am trying to get the license status if is active or not.

I tested all the token statuses, ( Active trial, inactive trial, active subscription, etc.)

I have a question about “Cancelled subscriptions”.

When I am running the API for a canceled subscription I get the following response.

"license": {
        "active": true,
        "type": "DEVELOPER",
        "evaluation": false
    },

And the following message from the manage apps when I am changing the access token status to canceled subscription.

" You have unsubscribed from this app. The app will continue working until the end of your current billing cycle (Apr 22, 2023).

You can now uninstall the app from your Confluence instance. "

My question is if the license active status will go to “false” after the billing cycle

Thanks