From eb35eec23ebdde1d2a0a777a035acb85b554c0f4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 19 May 2025 04:59:17 +0000 Subject: [PATCH] [AUTOMATED] Client Regeneration --- ballerina/client.bal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ballerina/client.bal b/ballerina/client.bal index 3722dc0..fc71ddc 100644 --- a/ballerina/client.bal +++ b/ballerina/client.bal @@ -171,6 +171,10 @@ public isolated client class Client { return self.clientEp->post(resourcePath, request, httpHeaders); } + # GDPR DELETE + # + # + headers - Headers to be sent with the request + # + return - No content resource isolated function post gdpr\-delete(PublicGdprDeleteInput payload, map headers = {}) returns error? { string resourcePath = string `/gdpr-delete`; map headerValues = {...headers};