deleteNamedResource - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2026-02-13
ft:lastPublication
2026-02-13T17:17:07.540000
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely Spectrum Spatial
L4_Investment_Segment
LI Enterprise
L5_Product_Group
Enterprise LI
L6_Product_Name
Spectrum Spatial

Description

The request to delete a named resource from the repository. You can only delete individual resource with this operation. You cannot delete entire nodes (folders) in the repository.

Note: This operation requires write permission to the repository.

Messages

The following table lists the request and response messages for the deleteNamedResource operation.

Click on a message name to get more information about the message.

Message Description
DeleteNamedResourceRequest The request message for the deleteNamedResource operation.
DeleteNamedResourceResponse The response message for the deleteNamedResource operation.

Example XML SOAP Request

Deletes the TestNamedResource from the TestPath node in the repository.

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:v1="http://www.mapinfo.com/midev/service/namedresource/v1">
    <soapenv:Header/>
    <soapenv:Body>
        <v1:DeleteNamedResourceRequest id="del1" locale="en-US">
            <v1:Path>/TestPath/TestNamedResource</v1:Path>
        </v1:DeleteNamedResourceRequest>
    </soapenv:Body>
</soapenv:Envelope>