deleteImageMap

Deletes an image map.

Syntax

Authorized User Types

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin
  • ImagePortalContrib
  • ImagePortalContribUser
NOTE

The user must have read and write access to the asset.

Parameters

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.

Examples

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

On this page