I found this: https://support.cloudflare.com/hc/en-us/articles/360000841472-Adding-Multiple-Sites-to-Cloudflare-via-Automation
It works perfectly to add a domain to Cloudflare.
But I thought reversing it with a DELETE command would do remove a domain from Cloudflare.
What I get, however is this:
{“success”:false,“errors”:[{“code”:7001,“message”:“Method DELETE not available for that URI.”}],“messages”:,“result”:null}
I have searched but found nothing on deleting a domain (removing the website) from Cloudflare completely.
Any ideas?