cURL
curl --request POST \ --url https://api.useswift.dev/user_banks/{user_bank_id}/archive \ --header 'Authorization: Bearer <token>'
{ "account_number": "12345678", "account_holder_type": "individual", "bank_account_type": "checking", "created_at": "2024-01-31T23:59:59Z", "id": "user_bank_vjb43lkAdf934jb13Df93", "is_rtp_enabled": true, "is_rtp_rfp_enabled": true, "routing_number": "12345678", "status": "active", "user_id": "user_vjb43lkAdf934jb13Df93", "verification_status": "verified" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The identifier of the User Bank Account to archive.
User Bank
User Banks represent bank accounts linked to a User.