X4 Produktdokumentation

Operation: Delete Savepoint

The Delete Savepoint operation deletes a set savepoint.

Input 

The adapter expects an XML document as input.

<?xml version="1.0" encoding="UTF-8"?>
<Id></Id>

The following element must be included in the input:

Element

Description

Possible values

Id

UUID of the savepoint

UUID


Example

Input

<?xml version="1.0" encoding="UTF-8"?>
<Id>cced145e-9056-4eb2-bbcf-756a92215c78</Id> 

Output

The operation does not generate a specific output, i.e., the output is the same as the input.