deletePropertySet

Deletes a property set and all associated properties.

Syntax

Authorized User Types

  • IpsAdmin
  • IpsCompanyAdmin
  • TrialSiteAdmin
  • ImagePortalAdmin

Parameters

Input (deletePropertySetParam)

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

Output (deletePropertySetParam)

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

Examples

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

Request

<deletePropertySetParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
   <setHandle>ps|941</setHandle>
</deletePropertySetParam>

Response

None.

On this page