Unable to delete a Organization in use by an APPLICATION
search cancel

Unable to delete a Organization in use by an APPLICATION

book

Article ID: 434254

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

Deleting one of the Organizations returned the following error:

error": "Unable to delete a Organization in use by an APPLICATION"

Environment

Al Supported versions of API Developer Portal.

Resolution

Run the following query using the OrgUUID of the Organization that could not be deleted:

select * from API_KEY_APPLICATION_ORGANIZATION_VIEW where ORGANIZATION_UUID='XXX'

The query will return lingering Application assigned to the Organization with a status of Rejected.

------------------------

Delete the Application which is in Rejected status and then delete the Organization.