Outbound Apps with SDKs
You can use the Descope management SDK to fetch, delete, and manage Outbound App tokens. The management SDK requires a management key, which can be generated from the Company Settings page of the Descope console.
Note
Currently, Outbound App management functions are only supported in the Java SDK. You can use our API directly if you are using another backend framework.
Install SDK
Import and initialize Management SDK
Delete Outbound App Token by Token ID
This operation deletes a specific outbound app token by its token ID.
Delete All Outbound App Tokens for a User
This operation deletes all outbound app tokens for a given user and app.
Was this helpful?