Remove a Resource from an Asset
Disassociate Asset and Resource.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | AssetRemoveResource | Required |
AssetId | Int | The unique identifier of the asset which can be retrieved using Asset List. | Optional - See Tip |
AssetReference | String | The internal reference of the asset. | Optional - See Tip |
tip
The Asset Reference or Asset Id can be supplied. If both parameters are provided, the Asset Id will used in preference.
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=AssetRemoveResource&AssetId=226330
Response Data
{ "Code": 0, "Result": "Resource disassociated from Asset: AAABBBCCC" }