Delete the specified APEX application
delete
                    /apex/workspaces/{workspace_name}/applications/{application_id}
Permanently delete the APEX application from the database. A client requires SQL Developer or SQL Administrator role to access this endpoint.
                
                Request
Path Parameters
                - 
                    application_id(required):  string
                    
                    Application Primary Key, Unique over all workspaces.
 - 
                    workspace_name(required):  string
                    
                    Display name of the workspace.
 
There's no request body for this operation.
Back to TopResponse
204 Response
Confirmation that the APEX application was removed.