{"title":"Remove Payment Method Form - Liquid Form Reference","slug":"remove-payment-method-form-reference","url":"https://support.storeconnect.com/articles/remove-payment-method-form-reference","url_markdown":"https://support.storeconnect.com/articles/remove-payment-method-form-reference.md","subtitle":null,"summary":"The `remove-payment-method` Liquid form removes a saved payment method from the account.","type":"Developer_Documentation","video_url":"","keywords":"liquid, forms, remove-payment-method, accounts, saved cards, storeconnect","last_modified":"2026-07-30T00:28:16+0000","body_markdown":"## Usage\n\n\n```liquid\n\n{% form \"remove-payment-method\", method_id: method.id %}\n  \u003cbutton type=\"submit\"\u003eRemove\u003c/button\u003e\n{% endform %}\n```\n\n\nThe `remove-payment-method` form deletes one of the customer's saved payment methods. It is typically rendered as a \"Remove\" button next to each saved card on the account payment methods page.\n\n| Property | Value |\n|----------|-------|\n| **Form Name** | `remove-payment-method` |\n| **Category** | Accounts |\n\n## Parameters\n\n| Parameter | Required | Description |\n|-----------|----------|-------------|\n| `method_id` | Yes | The ID of the saved payment method to remove. |\n\n## Form Object\n\nInside the form block, you can access the `form` object which provides:\n\n- `form.errors` — Any validation errors after submission"}