Deletes a recipient list.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
ReceiverId | String | Yes | 1453 | The ID of the recipient list. |
AccessKeyId | String | No | xxx | The AccessKey ID provided to you by Alibaba Cloud. |
Action | String | No | DeleteReceiver | The operation that you want to perform. Set the value to DeleteReceiver. |
Response parameters
Parameter | Type | Example | Description |
RequestId | String | 10A1AD70-E48E-476D-98D9-39BD92193837 | The ID of the request. |
Examples
Sample requests
http(s)://dm.aliyuncs.com/? Action=DeleteReceiver
&ReceiverId=1453
&<Common request parameters>
Sample success responses
XML
format
<DeleteReceiverResponse>
<RequestId>10A1AD70-E48E-476D-98D9-39BD92193837</RequestId>
</DeleteReceiverResponse>
JSON
format
{
"RequestId":"10A1AD70-E48E-476D-98D9-39BD92193837"
}
Error codes
HTTP status code | Error code | Error message | Description |
400 | InvalidReceiverName.Malformed | The specified receiver name is wrongly formed. | The error message returned because the format of the recipient's email address is invalid. An email address must contain an account name, an at sign, and a domain name. The account name and domain name must contain digits, letters, underscores (_), hyphens (-), and periods (.). |
400 | InvalidReceiverStatus.Malformed | The specified receivers status is wrongly formed. | The error message returned because the status of the recipient is invalid. Check whether the recipient has been uploaded to the console. |
For a list of error codes, visit the API Error Center.