Hi Everyone, I am integrating the ConvertKit into my React JS website. The way I am integrating is, that I already created the subscribe/unsubscribe pages on my own and looking forward to integrating the data with Convert Kit via an API call. The subscription part is working as expected i.e. I am able to capture the email id from the front end form and submitting to the API as described in this link (https://developers.convertkit.com/#add-subscriber-to-a-form) however unsubscribe is not working. even though the email id that I am looking forward to is present in the dashboard when I invoke the API put call, I am getting the below error. error: 'Not Found', message: "The entity you were trying to find doesn't exist"

1 reply