Removes permissions from selected assets.
Syntax
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
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.
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.