delete https://yourServer.jamfcloud.com/JSSResource/logflush
NoticeThe ability to flush logs is currently only supported for flushing all logs for a given policy or all logs for a given computer. There is no support for flushing logs for a given policy and computer combination.
Use the drop down menus above to identify supported values within the sample request body below.
<logflush>
	<log>policy</log>
	<log_id>2</log_id>
	<interval>THREE MONTHS</interval>
</logflush><computers><logflush>
	<log>policy</log>
	<interval>THREE MONTHS</interval>
	<computers>
		<computer>
			<id>1</id>
		</computer>
		<computer>
			<id>2</id>
		</computer>
	</computers>
</logflush>