DELETE v2/tagtree/{guid}

Deletes the completed generated tagtree. You should call this after retrieving a generated tagtree. This call is synchronous but the deletion is asynchronous. So it returns immediately and the deletion should happen within a second.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

The GUID of the previously generated tagtree.

string

Required

Body Parameters

None.

Response Information

Resource Description

HTTP status code. 200 if the report successfully deleted. 404 if there is no a report associated with the requested GUID. 500 if there was an error. The body contains the error's description.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.