IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

webMethods API Gateway Q&A - How to delete stale entries of consumer application

  • 1.  webMethods API Gateway Q&A - How to delete stale entries of consumer application

    Posted Tue November 28, 2023 06:40 AM

    Product/components used and version/fix level:

    Versions 10.11
    Platforms Hosted
    Operating Systems Hosted Software

    Detailed explanation of the problem:

    For any reason, if the creation of a consumer application is not completed for a consumer in the Developer Portal they are lying as stale entries in the manage consumer applications section. How can we remove them for cleanup?


    #API-Management
    #Tuesday-troubleshooting
    #webMethods
    #API-Gateway


  • 2.  RE: webMethods API Gateway Q&A - How to delete stale entries of consumer application

    Posted Tue November 28, 2023 06:40 AM

    To delete the stale entries of the consumer application in Developer Portal you could use the below URL

    
    curl -x HTTP Delete https://<developerportal_host: port>/portal/rest/v1/applications/application_id?force=true
    
    

    Use basic auth credentials of the Developer Portal user who has Admin rights to perform the above action.


    #webMethods
    #API-Gateway
    #Tuesday-troubleshooting
    #API-Management