All Products
Search
Document Center

:DeleteReceiverDetail

Last Updated:Oct 29, 2025

Call the DeleteReceiverDetail operation to delete a single recipient.

Debugging

You can call this operation in OpenAPI Explorer. You do not need to calculate a signature. If the call is successful, OpenAPI Explorer automatically generates sample code for the software development kit (SDK).

Request parameters

Name

Type

Required

Example

Description

ReceiverId

String

Yes

123534

The ID of the recipient list.

AccessKeyId

String

No

xxx

Your AccessKey ID.

Action

String

No

DeleteReceiverDetail

The name of the API operation. Set the value to DeleteReceiverDetail.

Email

String

Yes

account+@+domain

The single recipient to delete from the recipient list.

Response data

Name

Type

Example

Description

RequestId

String

10A1AD70-E48E-476D-98D9-39BD92193837

The request ID.

Examples

Example request

http(s)://dm.aliyuncs.com/?Action=DeleteReceiverDetail
&ReceiverId=123534
&<Common request parameters>

Example response

XML format

<DeleteReceiverDetailResponse>
      <RequestId>10A1AD70-E48E-476D-98D9-39BD92193837</RequestId>
</DeleteReceiverDetailResponse>

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 recipient email address is invalid. It must contain an at sign (@). The account and domain name can contain only letters, digits, underscores (_), hyphens (-), and periods (.).

400

InvalidReceiverStatus.Malformed

The specified receivers status is wrongly formed.

The recipient status is invalid. Go to the console to check whether the recipient is uploaded.

For a complete list of error codes, see the Error Center.