---
title: "Changes to Retry email delivery"
method: POST
path: "/emails/{emailId}/retry"
---

# Changes to Retry email delivery

`POST /emails/{emailId}/retry`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 49 revisions.

- **2026-02-05** `37bce0c9a4d7` — 5 warning, 5 info
- **2026-02-04** `4f8eeb0b9933` — 230 warning
- **2026-02-02** `13bda63d06ce` — 1 info
- **2026-01-30** `39b91ffd46b6` — 1 info
- **2026-01-30** `bf0351a8fa1d` — 1 info
- **2026-01-23** `c7a958bca791` — 5 info

## Changes

- **2026-02-05** `37bce0c9a4d7` — 5 warning, 5 info
  - added the new `infrastructure_error` enum value to the `error/code` response property for the response status `400`
  - added the new `infrastructure_error` enum value to the `error/code` response property for the response status `401`
  - added the new `infrastructure_error` enum value to the `error/code` response property for the response status `404`
  - added the new `infrastructure_error` enum value to the `error/code` response property for the response status `422`
  - added the new `infrastructure_error` enum value to the `error/code` response property for the response status `500`
  - removed the `postal_error` enum value from the `error/code` response property for the response status `400`
  - removed the `postal_error` enum value from the `error/code` response property for the response status `401`
  - removed the `postal_error` enum value from the `error/code` response property for the response status `404`
  - removed the `postal_error` enum value from the `error/code` response property for the response status `422`
  - removed the `postal_error` enum value from the `error/code` response property for the response status `500`
- **2026-02-04** `4f8eeb0b9933` — 230 warning
  - added the new `already_exists` enum value to the `error/code` response property for the response status `400`
  - added the new `already_exists` enum value to the `error/code` response property for the response status `401`
  - added the new `already_exists` enum value to the `error/code` response property for the response status `404`
  - added the new `already_exists` enum value to the `error/code` response property for the response status `422`
  - added the new `already_exists` enum value to the `error/code` response property for the response status `500`
  - added the new `attachment_too_large` enum value to the `error/code` response property for the response status `400`
  - added the new `attachment_too_large` enum value to the `error/code` response property for the response status `401`
  - added the new `attachment_too_large` enum value to the `error/code` response property for the response status `404`
  - added the new `attachment_too_large` enum value to the `error/code` response property for the response status `422`
  - added the new `attachment_too_large` enum value to the `error/code` response property for the response status `500`
  - added the new `authentication_required` enum value to the `error/code` response property for the response status `400`
  - added the new `authentication_required` enum value to the `error/code` response property for the response status `401`
  - added the new `authentication_required` enum value to the `error/code` response property for the response status `404`
  - added the new `authentication_required` enum value to the `error/code` response property for the response status `422`
  - added the new `authentication_required` enum value to the `error/code` response property for the response status `500`
  - added the new `billing_error` enum value to the `error/code` response property for the response status `400`
  - added the new `billing_error` enum value to the `error/code` response property for the response status `401`
  - added the new `billing_error` enum value to the `error/code` response property for the response status `404`
  - added the new `billing_error` enum value to the `error/code` response property for the response status `422`
  - added the new `billing_error` enum value to the `error/code` response property for the response status `500`
  - added the new `billing_not_configured` enum value to the `error/code` response property for the response status `400`
  - added the new `billing_not_configured` enum value to the `error/code` response property for the response status `401`
  - added the new `billing_not_configured` enum value to the `error/code` response property for the response status `404`
  - added the new `billing_not_configured` enum value to the `error/code` response property for the response status `422`
  - added the new `billing_not_configured` enum value to the `error/code` response property for the response status `500`
  - added the new `credential_not_found` enum value to the `error/code` response property for the response status `400`
  - added the new `credential_not_found` enum value to the `error/code` response property for the response status `401`
  - added the new `credential_not_found` enum value to the `error/code` response property for the response status `404`
  - added the new `credential_not_found` enum value to the `error/code` response property for the response status `422`
  - added the new `credential_not_found` enum value to the `error/code` response property for the response status `500`
  - added the new `credential_on_hold` enum value to the `error/code` response property for the response status `400`
  - added the new `credential_on_hold` enum value to the `error/code` response property for the response status `401`
  - added the new `credential_on_hold` enum value to the `error/code` response property for the response status `404`
  - added the new `credential_on_hold` enum value to the `error/code` response property for the response status `422`
  - added the new `credential_on_hold` enum value to the `error/code` response property for the response status `500`
  - added the new `credential_revoked` enum value to the `error/code` response property for the response status `400`
  - added the new `credential_revoked` enum value to the `error/code` response property for the response status `401`
  - added the new `credential_revoked` enum value to the `error/code` response property for the response status `404`
  - added the new `credential_revoked` enum value to the `error/code` response property for the response status `422`
  - added the new `credential_revoked` enum value to the `error/code` response property for the response status `500`
  - …190 more
- **2026-02-02** `13bda63d06ce` — 1 info
  - added the required property `data/id` to the response with the `200` status
- **2026-01-30** `39b91ffd46b6` — 1 info
  - added the required property `data/id` to the response with the `200` status
- **2026-01-30** `bf0351a8fa1d` — 1 info
  - added the required property `data/id` to the response with the `200` status
- **2026-01-23** `c7a958bca791` — 5 info
  - added the optional property `error/hint` to the response with the `400` status
  - added the optional property `error/hint` to the response with the `401` status
  - added the optional property `error/hint` to the response with the `404` status
  - added the optional property `error/hint` to the response with the `422` status
  - added the optional property `error/hint` to the response with the `500` status

---

[Operation](https://skmtc.dev/arkhq-io/apis/ark-email-api/docs/emails/:emailId/retry/post.md) · [API](https://skmtc.dev/arkhq-io/apis/ark-email-api.md) · [Page](https://skmtc.dev/arkhq-io/apis/ark-email-api/changes/emails/:emailId/retry/post)
