Thanks for posting your question in the Microsoft Q&A forum.
Entra ID SCIM provisioning doesn’t update or send disabled users to target apps, it only processes active ones. Disabled users are skipped entirely, so SCIM won’t patch their active:false status unless they were previously active and later disabled.
To work around this, you can temporarily re-enable the user, let SCIM sync them, then disable them again, this triggers the proper deactivation patch. Otherwise, you’ll need to manually disable those accounts in the target app.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful