diff --git a/json/ManagementService-v1.json b/json/ManagementService-v1.json index f089bbb..bb99f52 100644 --- a/json/ManagementService-v1.json +++ b/json/ManagementService-v1.json @@ -17490,13 +17490,6 @@ }, "type" : "array" }, - "associatedMerchantAccounts" : { - "description" : "List of merchant accounts that the API credential has explicit access to. \n If the credential has access to a company, this implies access to all merchant accounts and no merchants for that company will be included.", - "items" : { - "type" : "string" - }, - "type" : "array" - }, "clientKey" : { "description" : "Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations.", "type" : "string" diff --git a/json/ManagementService-v3.json b/json/ManagementService-v3.json index 45b495e..abefef7 100644 --- a/json/ManagementService-v3.json +++ b/json/ManagementService-v3.json @@ -17910,13 +17910,6 @@ }, "type" : "array" }, - "associatedMerchantAccounts" : { - "description" : "List of merchant accounts that the API credential has explicit access to. \n If the credential has access to a company, this implies access to all merchant accounts and no merchants for that company will be included.", - "items" : { - "type" : "string" - }, - "type" : "array" - }, "clientKey" : { "description" : "Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations.", "type" : "string" diff --git a/yaml/ManagementService-v1.yaml b/yaml/ManagementService-v1.yaml index 0e99a65..85dc6f1 100644 --- a/yaml/ManagementService-v1.yaml +++ b/yaml/ManagementService-v1.yaml @@ -12158,14 +12158,6 @@ components: items: $ref: '#/components/schemas/AllowedOrigin' type: array - associatedMerchantAccounts: - description: "List of merchant accounts that the API credential has explicit\ - \ access to. \n If the credential has access to a company, this implies\ - \ access to all merchant accounts and no merchants for that company will\ - \ be included." - items: - type: string - type: array clientKey: description: Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations. diff --git a/yaml/ManagementService-v3.yaml b/yaml/ManagementService-v3.yaml index 7074941..e43f10e 100644 --- a/yaml/ManagementService-v3.yaml +++ b/yaml/ManagementService-v3.yaml @@ -12437,14 +12437,6 @@ components: items: $ref: '#/components/schemas/AllowedOrigin' type: array - associatedMerchantAccounts: - description: "List of merchant accounts that the API credential has explicit\ - \ access to. \n If the credential has access to a company, this implies\ - \ access to all merchant accounts and no merchants for that company will\ - \ be included." - items: - type: string - type: array clientKey: description: Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations.