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.
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.