All delivery error codes

destination_unroutable

Suppress: yesNot retryable

The destination cannot be routed or is not provisioned for SMS.

Recommended action

Remove the number from future sends. Do not retry.

Example message.failed payload

{
  "object": "event",
  "type": "message.failed",
  "livemode": true,
  "data": {
    "object": "message",
    "message_id": "msg_uuid",
    "status": "failed",
    "delivery_error_code": "destination_unroutable",
    "error_message": "The destination cannot be routed or is not provisioned for SMS."
  }
}

Public reference: https://docs.statxt.com/api/errors/delivery/destination_unroutable