Actuate Information Delivery API operations : DeleteFileType
 
DeleteFileType
Deletes file types. To delete a single file type, specify Name or Id. To delete several file types, specify NameList or IdList.
Request schema
<xsd:complexType name="DeleteFileType">
<xsd:sequence>
<xsd:choice>
<xsd:element name="NameList" type="typens:ArrayOfString"/>
<xsd:element name="Name" type="xsd:string"/>
</xsd:choice>
<xsd:element name="IgnoreMissing" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
NameList
The list of file types to delete.
Name
The name of a single file type to delete.
IgnoreMissing
Specifies what to do if the specified file type does not exist. If True, BIRT iHub ignores the request. If False, the operation reports an error and stops. The default value is True.