Is your proposal related to a problem?
Yes the official MailerLite API documentation lists a "forget" endpoint, which does not exist in this package.
https://developers.mailerlite.com/docs/subscribers.html#forget-a-subscriber
Describe the solution you'd like
Please add or allow PR's to add this functionality as the "forget" endpoint is required to be GDPR compliant when removing contacts.
Describe alternatives you've considered
The current alternative is to not use this official API package and instead create a HTTP request manually.
Additional context
This has been a known issue since at least 2 years.
#20
Is your proposal related to a problem?
Yes the official MailerLite API documentation lists a "forget" endpoint, which does not exist in this package.
https://developers.mailerlite.com/docs/subscribers.html#forget-a-subscriber
Describe the solution you'd like
Please add or allow PR's to add this functionality as the "forget" endpoint is required to be GDPR compliant when removing contacts.
Describe alternatives you've considered
The current alternative is to not use this official API package and instead create a HTTP request manually.
Additional context
This has been a known issue since at least 2 years.
#20