Create dead letter
POST/v2/pipelines/:pipeline_key/dead_letters
Manually add a source record to the dead letter queue for reprocessing. Use this when you want 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 dead letter has been created successfully.
Request was 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.