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

There's no request body for this operation.

Back to Top

Response

204 Response

Confirmation that the APEX application was removed.
Back to Top