Removes sending restrictions caused by unsubscribes or complaints.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:UnblockSending |
delete |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SenderEmail |
string |
Yes |
The sender address. |
sender@xxx.com |
| BlockEmail |
string |
Yes |
The blacklisted recipient address. |
recipient@yyy.com |
| BlockType |
string |
Yes |
The blacklist type.
|
UNSUB |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The schema of the return value. |
||
| RequestId |
string |
The request ID. |
10A1AD70-E48E-476D-98D9-39BD92193837 |
Examples
Success response
JSON format
{
"RequestId": "10A1AD70-E48E-476D-98D9-39BD92193837"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.