get validation report
/validation/report/{filename} [DELETE]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9200 | 5.9900 | xml, csv |
Description
Deletes the specified validation report file.
If filename
is specified, path is [group root]/.temp/shared/validation/[filename]
Otherwise it is [group root]/.temp/[member id]/validation-output.xml
.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
group | Name of group the validation was done in | yes | string | |
name | Filename of report if it is shared | no | string |
Permission
Response
<validation-report deleted="true" />