Hi, we have a strong corporate security policy that each APIM consumer team need to change APIM subscription key periodically., ex: monthly or quartly
Similar scenario like following two posts
azure-api-management-subscription-expiration
how-to-edit-subscription-in-azure-api-management
I can find startDate and expirationDate in subscription json, and it seems there indeed a state called expired in the document.

Our question is
Q1 : How do we manipulate this subscription key change/expired ? Is there any API or UI that we could leverage ?
Q2 : Since each team has different subscription key activation date, is there a suggested elegant way to handle this ?
Need your advice, thank you!