Drops an existing resource from a MaxCompute project.

Syntax

drop resource <resource_name>;

Parameters

resource_name: the name of the resource that you want to drop.

Examples

drop resource getaddr.jar;
The following result is returned:
Confirm to "drop resource getaddr.jar" (yes/no)? y
OK

Related statements