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

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?

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.