<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Delete an App or a Directory via API Using Postman
Okta Integration Network
Okta Classic Engine
Okta Identity Engine
Overview
This article describes how to delete an app or a directory using Postman and Okta Apps API collection.
Applies To
  • API
  • Lifecycle Management
  • Third Party Tools - Postman
Solution
  1. Run the List Apps API call under the Apps collection and find the App required to delete, and take note of the ID.
List Apps API Call
  1. Run the Deactivate App API call; replace {{appid}} with the app ID to be deleted (that was noted above) and click Send.
Deactivate App API call
  1. Run Delete App API call; replace {{appid}} with the app ID to be deleted, and click Send.
Delete App API call


NOTE: The above steps can also be used to delete a Directory such as Active Directory, LDAP, or CSV Directory. Multiple apps can be deleted using the collection runner and by parsing a CSV file with the application IDs

 

Related References

Loading
How to Delete an App or a Directory via API Using Postman