Deletes ACK alert contacts.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cs:DeleteAlertContact |
delete |
*All Resource
|
None | None |
Request syntax
DELETE /alert/contacts HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| contact_ids |
array |
Yes |
The alert contact IDs to delete. |
|
|
integer |
No |
The ID of the alert contact. |
12345 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| result |
array<object> |
A list of deletion results. |
|
|
object |
The details of a deleted alert contact. |
||
| status |
boolean |
Indicates whether the contact was successfully deleted.
|
true |
| msg |
string |
Provides details if the operation fails. |
Delete contact resource failed. |
| contact_id |
string |
The ID of the alert contact. |
12345 |
Examples
Success response
JSON format
{
"result": [
{
"status": true,
"msg": "Delete contact resource failed.",
"contact_id": "12345"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.