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};