Show TOC Start of Content Area

Background documentation delete / remove Locate the document in its SAP Library structure

Use

Deletes the specified resource.

Syntax

Syntax

delete [-cip|-c] resource

Options

 

-cip|-c

Checkout-in-place: creates an activity, checks out the parent collection, deletes the resource, and checks in the activity.

Arguments

 

resource

Path of the resource that should be deleted.

Description

Deletes a resource.

Example

Deletes the file /ws/test/wsp/dir/a.txt. For the deletion, an activity is automatically created and checked in

delete -cip /ws/test/wsp/dir/a.txt

End of Content Area