All delivery error codes
destination_blocked
Suppress: yesNot retryableThe destination is barred or blocked by the operator or subscriber.
Recommended action
Suppress the number from future sends. Carriers do not distinguish a permanent bar from quiet hours on this code.
Example message.failed payload
{
"object": "event",
"type": "message.failed",
"livemode": true,
"data": {
"object": "message",
"message_id": "msg_uuid",
"status": "failed",
"delivery_error_code": "destination_blocked",
"error_message": "The destination is barred or blocked by the operator or subscriber."
}
}Public reference: https://docs.statxt.com/api/errors/delivery/destination_blocked