we have created SaaS application for outlook calendar. we have to delete database records when app got uninstalled from marketplace.
Can we add webhook/trigger on when Admin uninstall SaaS app from Microsoft app source
30 Views Asked by Mohan Krishna At
1
There are 1 best solutions below
Related Questions in MICROSOFT-GRAPH-API
- Teams tab application returns SSO error in mobile Outlook
- Implementing Incremental consent when using both application and delegated permissions
- Issue uploading files in spring boot java to onedrive using API
- Validating Access Token in ASP.NET Core Web API project
- MS Graph API Error 504: Timeout when send large data (Java Sdk 5.80.0)
- Why does the API getTeamsTeamActivityDetail has missing data?
- .NET 8 DownstreamAPI not authenticating
- Inquiry Regarding Feasibility of Fetching User login hours(In numbers) Status from Teams for SPFx Integration
- MS Graph .net SDK cannot expand calendar event SingleValueExtendedProperties
- How to disable cached responses from node fetch? (Microsoft Bookings API)
- Build self service Microsoft Partner Center portal using Graph API ( web app )
- Adding skiptoken to query parameters for graph api v5 requests
- OneDrive download link to a direct link not working, auth requested
- Microsoft Teams, Graph API, send message to channel InsufficientPrivileges MessageWritesBlocked-Thread is not marked for import
- Microsoft graph api to get lists in a sharepoint site not listing all lists
Related Questions in OFFICE365
- Can you programmatically generate a link to open a Word document and navigate to a particular location within it (preferably a comment)?
- Excel dynamically calculate cost of products based on bill of materials (BOM) and purchase price history
- Microsoft Office 365 problem cannot open a blank excel document
- In OfficeScript, how can I make it return the number of cells with a red background?
- Visual Studio write to Office 365 word
- Audit a share Excel workbook
- Copy paste a single value from within a cell to another cell
- Highlight column based on current date and time
- Share Outlook calendars with all members of specific security group
- Python IMAP4 keeps throwing this error when I'm connecting to Outlook. Has anyone seen this error before?
- IMAP configs for Outlook using Mail-listener
- How to add a new menu item on OneDrive action menu?
- Unable to locate fields in Microsoft Access
- Download Sharepoint aspx pages as pdf using python
- VBA - detect if user is running on 365
Related Questions in OFFICE-ADDINS
- office web addin URLs in manifest to local images
- Excel addin authentication for manifest referenced files
- Does the Excel desktop client have a DOM Document, and how do I get to it?
- Why PresentationOpen event is not triggered when opening an existing presentation via an hyperlink in the current presentation?
- Why can't I get a result from the Office.context.mailbox.item.to.getAsync function?
- VB code to set two color gradient in PowerPoint cell table
- Removing SlideMasters using the PowerPoint API
- how to get access token in word document 365 in desktop view
- Develop Add-in from an existing spreadsheet Excel JavaScript API
- Microsoft Excel Add-in Microphone Access
- PowerPoint JS API: connect 2 rectangles
- How can I get the full content of a Word Document?
- "Trusted Add-in Catalogs" in the Trust Center settings of Outlook is missing on my system
- Custom Web Addin is not shown on a ribbon
- Word Office Javascript API - Format first x chars
Related Questions in OUTLOOK-RESTAPI
- Issue with Access Token Authorization in Microsoft Graph API Integration
- Outlook Web add-in "Office.context.ui.messageParent" works only once
- Outlook events API returning no events
- Not Able to Send Email on behalf of user using Microsoft Graph API ( Tenant GUID Not Found Error)
- Tracking User Activity in Outlook App (Windows) with .NET MAUI Blazor Hybrid App
- Why can not get body field in response of Microsoft Graph API for listing messages?
- MS Graph create subscription returns ExtensionError and ServiceUnavailable
- Tracking Outlook emails
- how to convert .msg file into Exchange.EmailMessage object in .net c#
- How to store Outlook emails data into database using ASP.NET Core
- which Microsoft graph api permission set
- Outllok add in REST call: RequestBroker-ParseUri -- "Resource not found for the segment 'Q7GceiTKAvvXBwAtYompjmwrRqF359uQTkd1AAAAQTkd1AAAHjsV0AAA='."
- Creating a Custom Ribbon Tab in Outlook Add-in
- Moving Mail from one folder to another using message-id in outlook using win32com.clent
- Unable to use OfficeRuntime.auth.getAccessToken in a ReportPhishingCommandSurface
Related Questions in APPSOURCE
- Offer Type for Microsoft Teams App store submission in Microsoft Partner Center?
- Outlook Add-In generic publication for all regions
- Error: invalid_client: aadsts650051 when using MSAL to sign user in
- Can we add webhook/trigger on when Admin uninstall SaaS app from Microsoft app source
- How to publish office Addin Manifest file into Ms Store
- Publish Word Add-in as individual
- Submit an .ppam add-in to Microsoft AppSource?
- MS Graph API permission for multiple tenant
- Can i publish Office add-in without having a corporate/company?
- How to Publish an Office(Word) add-in created using Script Lab
- What admin credentials are needed for AppSource submission testing
- Is it possible to create a custom Date slicer on Power BI?
- Why am I losing saved settings of my add-in in an Excel workbook
- Is reusing an App Id for a bot a good or a bad idea?
- Ensure Office-js addin available in ribbon, sharepoint Word 2016
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is a good ask.
If I understand correctly, you're asking for a delete notification on the application resource (https://learn.microsoft.com/en-us/graph/api/resources/application?view=graph-rest-1.0). Is that correct?
We don't currently support change notifications on the application resource today. We have added this request to our backlog, but cannot provide an ETA for the work at this time (meaning it's currently further than 6 months out).