| fileAsset:delete | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Delete file asset by id |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| id | int | V | |||
| Output Type | |||||
| No Output | |||||
| Errors | |||||
| FILE_ASSET_ID_NOT_FOUND;ASSET_ID;File asset id ["@ASSET_ID@"] not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=fileAsset&action=delete POST fields: id |
|||||