DeletePrinter

Use this service to delete a printer.

Required parameters

Parameter Key Value Type Parameter Description
printer Alphanumeric string

The LSF printer name.

This is a key field. Must be alphanumeric only. Cannot be blank nor contain these invalid characters {;:.-()|!/?@+=\\`'\"<>[]*&#$%{}^~ }

Maximum length for strings is 10.

XML request format

This is the format of the request XML payload for POST method calls. Note that this must always be wrapped by <ACTION> nodes and the key fields must be unchanged.

<PRINTER printer="XXX" printerCommand="XXX" printerDescription="XXXX"/>
<PRINTER printer="YYY" printerCommand="XXX" printerDescription="XXXX"/> (for multiple requests)