Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,8 @@ paths:
description: "The delete provider account service is used to delete a provider account <br>from the Yodlee system. This service also deletes the accounts that are created in the <br>Yodlee system for that provider account. This service does not return a response. <br>The HTTP response code is 204 (Success with no content).<br>"
operationId: "deleteProviderAccount"
responses:
200:
description: "OK"
204:
description: "The Provider Account was successfully deleted"
400:
schema:
$ref: "#/definitions/YodleeError"
Expand Down