Delete map template

/api/2.0/fo/report/template/map/?action=delete

[POST]

Delete a map report template in the user's account.

Input Parameters

Parameter

Description

action=delete

(Required)

template_id={value}

(Required) The template ID you want to take action on.

Sample

API request

curl -u "USERNAME:PASSWORD" -H "X-Requested-With:curl" -d  "action=delete&template_id=8209"

"https://qualysapi.qualys.com/api/2.0/fo/report/template/map/"

XML output

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

<!DOCTYPE SIMPLE_RETURN SYSTEM "https://qualysapi.qualys.com/api/2.0/simple_return.dtd">

<SIMPLE_RETURN>

  <RESPONSE>

    <DATETIME>2017-04-04T10:54:37Z</DATETIME>

    <CODE>Map Report Template(s) Deleted Successfully [8209]</CODE>

    <TEXT></TEXT>

  </RESPONSE>

</SIMPLE_RETURN>

 

DTD

<platform API server>/api/2.0/simple_return.dtd