DeleteContactBlockList
You can delete a do-not-call list.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:DeleteContactBlockList |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ContactBlockListId |
string |
Yes |
Contact block list ID |
c6320d3c-fa45-4011-b3b1-acdfabe3a8c6 |
| Operator |
string |
No |
Operator information |
160131 |
| InstanceId |
string |
Yes |
Instance ID |
c6320d3c-fa45-4011-b3b1-acdfabe3a8c6 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code |
200 |
| RequestId |
string |
Request ID |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| AffectedRows |
integer |
Affected rows (deprecated) |
1 |
| Success |
boolean |
Indicates whether the operation succeeded |
true |
| Code |
string |
API status code |
OK |
| Message |
string |
API message |
Success |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"AffectedRows": 1,
"Success": true,
"Code": "OK",
"Message": "Success"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.