| conversionProfile:delete | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Delete Conversion Profile by ID |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| id | int | V | |||
| Output Type | |||||
| No Output | |||||
| Errors | |||||
| CONVERSION_PROFILE_ID_NOT_FOUND;ID;Conversion profile id "@ID@" not found | |||||
| CANNOT_DELETE_DEFAULT_CONVERSION_PROFILE;;Default conversion profile cannot be deleted | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=conversionProfile&action=delete POST fields: id |
|||||