Create dead letter
POST/v2/pipelines/:pipeline_key/dead_letters
Manually adds a source record to the dead letter queue for reprocessing. Use this to force a record through the pipeline again, for example when the agent or judge made an incorrect decision.
Request
Responses
- 201
- 400
- 403
- 404
- 409
The created dead letter.
The request is malformed.
Permissions do not allow creating dead letters for this pipeline.
Pipeline not found.
A dead letter for this source record already exists and is being retried.