This operation deletes a thread.
Operation description
This operation deletes a specified thread.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
starops:DeleteThread |
delete |
*DigitalEmployee
|
None | None |
Request syntax
DELETE /digitalEmployee/{name}/thread/{threadId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the digital employee. |
test |
| threadId |
string |
Yes |
The thread ID. |
thread_id01 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| requestId |
string |
The request ID. |
123-0F43-23423-AC43-34234 |
Examples
Success response
JSON format
{
"requestId": "123-0F43-23423-AC43-34234\n"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.