Plaid Paymet Profile API - DELETE

Plaid Payment Profile API - DELETE is a feature that allows users to delete a payment profile from their account. This function can be useful for users who no longer want a particular payment profile linked to their account or for those who want to update their payment information. By using this API, users can easily remove outdated or incorrect payment profiles and ensure that only the most up-to-date and accurate information is stored in their account. This helps to keep their financial transactions secure and organized.

OpenAPI Specification

plaid-paymet-profile--openapi-original.yml Raw ↑
openapi: 3.0.0
servers:
  - description: Production
    url: https://production.plaid.com
  - description: Development
    url: https://development.plaid.com
  - description: Sandbox
    url: https://sandbox.plaid.com
info:
  title: 'Plaid paymet profile/'
  version: 2020-09-14_1.517.0
  description: Needs description.
  contact:
    name: Plaid Developer Team
    url: https://plaid.com
  termsOfService: https://plaid.com/legal/
tags: []
security:
  - clientId: []
    secret: []
    plaidVersion: []
paths: {}
components:
  schemas: {}