| userRole:delete | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Deletes an existing user role object. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| userRoleId | int | The user role's unique identifier | V | ||
| Output Type | |||||
| KalturaUserRole | |||||
| Errors | |||||
| INVALID_OBJECT_ID;ID;Invalid object id [@ID@] | |||||
| ROLE_IS_BEING_USED;;Role is being used | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=userRole&action=delete POST fields: userRoleId |
|||||