Dismiss failed deliveries
POST/api/wallets/:walletExternalKey/integration-deliveries/dismiss
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Bulk-moves the listed deliveries from FAILED to DISMISSED with dismissed_at=now. Rows that are not in FAILED are returned with outcome=SKIPPED, reason=not_failed. Maximum 500 ids per request.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_DELIVERY_CRUD | Read and replay integration deliveries |
Request
Responses
- 200
- 401
- 403
- 404
- 422
Bulk action executed; see body for per-id outcomes.
Unauthorized.
Forbidden.
Wallet not found.
Unprocessable Request.