Deletes a contact from the contact list.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:DeleteContacts |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FilePath |
string |
No |
The file path. |
http://**** |
| ContactDetails |
string |
No |
The contact details. |
1507486**** |
| ContactName |
string |
No |
The contact name. |
hahaha |
| Country |
string |
No |
The country. |
China |
|
No |
The business code. |
ALICOM_OPAAS |
||
|
No |
The business extension information. Default value: an empty collection. |
{} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details of the permission check failure. |
None |
| Message |
string |
The error message. |
Sample value. |
| RequestId |
string |
The request ID. |
11111 |
| Data |
string |
The returned data. |
true |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful.
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "示例值示例值示例值",
"RequestId": "11111",
"Data": "true",
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.