ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

deleteObject

Deletes an ABAP object from the system

Input Schema

NameRequiredDescriptionDefault
lockHandleYesLock handle for the object
objectUrlYesURL of the object to delete
transportNoTransport request number

Input Schema (JSON Schema)

{ "properties": { "lockHandle": { "description": "Lock handle for the object", "type": "string" }, "objectUrl": { "description": "URL of the object to delete", "type": "string" }, "transport": { "description": "Transport request number", "optional": true, "type": "string" } }, "required": [ "objectUrl", "lockHandle" ], "type": "object" }