deletePropertySetType

Deletes a property set type and its associated property set and properties.

Syntax

Authorized User Types

  • IpsAdmin
  • IpsCompanyAdmin
  • TrialSiteAdmin
  • ImagePortalAdmin

Parameters

Input (deletePropertySetTypeParam)

Name Type Required Description
typeHandle xsd:string Yes The handle to the property set type to be deleted.

Output (deletePropertySetTypeParam)

The IPS API does not return a response for this operation.

Examples

This code sample uses the type’s handle as a field in the deletePropertySetTypeParam sent to the IPS Web services server in order to delete the property set type.

Request

<deletePropertySetTypeParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
   <typeHandle>pt|10801</typeHandle>
</deletePropertySetTypeParam>

Response

None.

On this page