diff --git a/swagger.yaml b/swagger.yaml index f78592c..24ade1f 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -1060,8 +1060,8 @@ paths: description: "The delete provider account service is used to delete a provider account
from the Yodlee system. This service also deletes the accounts that are created in the
Yodlee system for that provider account. This service does not return a response.
The HTTP response code is 204 (Success with no content).
" operationId: "deleteProviderAccount" responses: - 200: - description: "OK" + 204: + description: "The Provider Account was successfully deleted" 400: schema: $ref: "#/definitions/YodleeError"