Skip to content

/AWS1/CL_M2=>DELAPPLICATIONFRMENVIRONMENT()

About DeleteApplicationFromEnvironment

Deletes a specific application from the specific runtime environment where it was previously deployed. You cannot delete a runtime environment using DeleteEnvironment if any application has ever been deployed to it. This API removes the association of the application with the runtime environment so you can delete the environment smoothly.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONID TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER

The unique identifier of the application you want to delete.

IV_ENVIRONMENTID TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER

The unique identifier of the runtime environment where the application was previously deployed.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_M2_DELAPPLICATIONFR01 /AWS1/CL_M2_DELAPPLICATIONFR01