v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Integration Management

Delete integration

Delete an integration for the given id

delete/v6/integrations/{id}

Path parameters

idstring required

The id of the integration

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "id": "int_12345",
    "status": "ACTIVE",
    "apiName": "PLAID",
    "iconUrl": "https://cdn.sandbox.tight.com/icons/banks/56.png"
  }
}