Deletes the specified instance ID and the associated data from Firebase.
Note that Google Analytics for Firebase uses its own form of Instance ID to
keep track of analytics data. Therefore deleting a regular Instance ID does
not delete Analytics data. See Delete an Instance ID for more information.
Parameters:
instance_id – A non-empty instance ID string.
app – An App instance (optional).
Raises:
InstanceIdError – If an error occurs while invoking the backend instance ID service.
ValueError – If the specified instance ID or app is invalid.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-09-26 UTC."],[],[],null,["# firebase_admin.instance_id module\n\nFirebase Instance ID module.\n\nThis module enables deleting instance IDs associated with Firebase projects.\n\nFunctions\n---------\n\n| ### delete_instance_id firebase_admin.instance_id.delete_instance_id(*instance_id* , *app=None* ) |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Deletes the specified instance ID and the associated data from Firebase. Note that Google Analytics for Firebase uses its own form of Instance ID to keep track of analytics data. Therefore deleting a regular Instance ID does not delete Analytics data. See [Delete an Instance ID](https://firebase.google.com/support/privacy/manage-iids#delete_an_instance_id) for more information. Parameters: : - **instance_id** -- A non-empty instance ID string. - **app** -- An App instance (optional). Raises: : - **InstanceIdError** -- If an error occurs while invoking the backend instance ID service. - **ValueError** -- If the specified instance ID or app is invalid. |"]]