RemovePrinterGroupMember

Use this action to remove a printer group member.

Required parameter

Parameter Key Value Type Parameter Description
printerGroup (PRINTERGROUP node) Alphanumeric string

PRINTER xml node that contains the printer details.

  • Attributes:
  • printer
  • printerDescription
  • printerCommand.

Minimum length for strings is 1. Maximum length for strings is 10

printer (PRINTER node) Alphanumeric string

PRINTERGROUP xml node that encloses the PRINTER node/s.

  • Attributes:
  • printerGroup
  • printerGroupDescription

Minimum length for strings is 1. Maximum length for strings is 10

XML request format

Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes.

<PRINTERGROUP printerGroup="XXX" ...>
	<PRINTERGROUP printerGroup="X"/>
	<PRINTER printer="Y"/>
</PRINTERGROUP