Deletes an image map.
Syntax
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
The user must have read and write access to the asset.
Input (deleteImageMapParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string |
Yes | The handle to the company that contains the image map to delete. |
imageMapHandle | xsd:string |
Yes | The handle to the image map to delete. |
Output (deleteImageMapParam)
The IPS API does not return a response for this operation.
This code sample deletes an image map from a company. You must obtain the image map handle from another operation.
Request
<deleteImageMapParam xmlns="http://www.scene7.com/IpsApi/xsd">
<companyHandle>47</companyHandle>
<imageMapHandle>34191|8|554</imageMapHandle>
</deleteImageMapParam>
Response
None