Hide a finished bridge transfer
POST/api/v1/bridge/intents/:intent_id/dismiss
Terminal transfers only. Hiding one that is still moving would hide the very thing the user needs if it goes wrong. A dismissed transfer is still listed with includeDismissed.
Request
Responses
- 200
- 401
- 404
- 409
- default
The dismissed transfer
Missing, invalid, or expired read tokens.
No such transfer for this account.
The transfer has not finished (intent_not_terminal).
Error response. Prefer the nested ApiErrorResponse via X-SC-Error-Format: envelope-v1; existing unnegotiated handler responses can retain a documented legacy flat shape through the compatibility period.
Response Headers
X-Request-Id
Stable request correlation id generated or echoed by the server.