removeAssetPermissions

Removes permissions from selected assets.

Syntax

Authorized User Types

  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin

Parameters

Input (removeAssetPermissionsParam)

Name Type Required Description
companyHandle xsd:string Yes The handle to the company.
assetHandle xsd:string Yes The handle to the asset with permissions you want to remove.

Output (removeAssetPermissionsReturn)

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

Examples

This code sample removes permissions from an asset.

Request

<ns1:removeAssetPermissionsParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
   <ns1:companyHandle>47</ns1:companyHandle>
   <ns1:assetHandle>15674|25|1062</ns1:assetHandle>
</ns1:removeAssetPermissionsParam>

Response

None.

On this page