diff --git a/paths/external-parties/createListExternalParties.json b/paths/external-parties/createListExternalParties.json index 7588b72..2362665 100644 --- a/paths/external-parties/createListExternalParties.json +++ b/paths/external-parties/createListExternalParties.json @@ -17,7 +17,6 @@ "value": { "businessName": "John Doe Equipment, LLC", "email": "john.doe@example.com", - "correlationId": "efac856f-fdde-459c-8af7-24e3431cd07b" } }, "Personal": { @@ -25,7 +24,6 @@ "firstName": "John", "lastName": "Doe", "email": "john.doe@example.com", - "correlationId": "df9f49c9-67f2-40eb-bf73-2e7101fbd136" } } } diff --git a/schemas/external-parties/CreateExternalPartyRequestBody.json b/schemas/external-parties/CreateExternalPartyRequestBody.json index a76cd2d..90c6a64 100644 --- a/schemas/external-parties/CreateExternalPartyRequestBody.json +++ b/schemas/external-parties/CreateExternalPartyRequestBody.json @@ -20,9 +20,6 @@ "email": { "type": "string", "format": "email" - }, - "correlationId": { - "type": "string" } }, "required": [ @@ -43,9 +40,6 @@ "email": { "type": "string", "format": "email" - }, - "correlationId": { - "type": "string" } }, "required": [ diff --git a/schemas/transfers/CreateTransferRequestBody.json b/schemas/transfers/CreateTransferRequestBody.json index 31338e7..968b265 100644 --- a/schemas/transfers/CreateTransferRequestBody.json +++ b/schemas/transfers/CreateTransferRequestBody.json @@ -36,9 +36,6 @@ }, "amount": { "$ref": "../common.json#/components/schemas/Amount" - }, - "correlationId": { - "type": "string" } }, "required": [