Delete a CsvTemplate
delete
                    /fscmRestApi/resources/11.13.18.05/publicSectorMappingHeaders/{MappingName}/child/MappingTarget/{MappingTargetUniqID}/enclosure/CsvTemplate
Delete a CsvTemplate
                Request
Path Parameters
                - 
                    MappingName(required):  string
                    
                    The unique name for the mapping. This name will be the parent key of all the children tables. Mandatory user defined field.
 - 
                    MappingTargetUniqID(required):  string
                    
                    This is the hash key of the attributes which make up the composite key--- MappingName and TargetType ---for the Mapping Targets resource and used to uniquely identify an instance of Mapping Targets. The client should not generate the hash key value. Instead, the client should query on the Mapping Targets collection resource with a filter on the primary key values in order to navigate to a specific instance of Mapping Targets.
For example: MappingTarget?q=MappingName=<value1>;TargetType=<value2> 
There's no request body for this operation.
Back to TopResponse
Default Response
No Content. This task does not return elements in the response body.