Deletes a skill from a digital employee.
Operation description
Deletes a skill from the specified digital employee.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
starops:DeleteDigitalEmployeeSkill |
delete |
*DigitalEmployeeSkill
|
None | None |
Request syntax
DELETE /digitalEmployee/{name}/skill/{skillName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the digital employee. |
test |
| skillName |
string |
Yes |
The name of the skill. |
test |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| requestId |
string |
The ID of the request. |
0CEC5375-XXXX-XXXX-XXXX-9A629907C1F0 |
Examples
Success response
JSON format
{
"requestId": "0CEC5375-XXXX-XXXX-XXXX-9A629907C1F0"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.