ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

deleteObject

Remove ABAP objects from the system using a provided object URL and lock handle. Optionally specify a transport request for auditability within the ABAP-ADT-API MCP-Server.

Instructions

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" }
ID: p1uxnf0htn