Delete the specified APEX application
delete
/ords/_/db-api/stable/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: string
Application Primary Key, Unique over all workspaces.
-
workspace_name: string
Display name of the workspace.
Response
204 Response
Confirmation that the APEX application was removed.