How to remove a Proxy URL on Fynd’s platform?
In order to remove an existing proxy of a URL extension from an application, developers must follow certain steps. Here is an example of code to guide you through:
// Promise
const promise = client.application("<APPLICATION_ID>").partner.removeProxyPath({ extensionId : value, attachedPath : value });
// Async/Await
const data = await client.application("<APPLICATION_ID>").partner.removeProxyPath({ extensionId : value, attachedPath : value });
After the successful removal of a Proxy URL, developers will receive a response message, “Proxy URL deleted,” accompanied by the details of the just-deleted proxy.
For more comprehensive details, refer to this page.