cloudflare-php
cloudflare-php copied to clipboard
Is there a method to delete and existing zone? I found none.
Is there a method that implements the functionality of this cloudflare api endpoint? I found a method deleteHostname but that's for custom hostnames that are routed via CNAME.
There currently is no method for deleting an existing zone. There actually seems to be numerous missing methods that exist in the official API.
@IcyApril I have created a deleteZone method in zone endponts in a feature branch. Should i push and create pull request?
@IcyApril Could you please review this issue?
@bluerid Sorry for the slow reply - please do create a PR! Tests and passing of the CI tests (PHPMD) is what's usually needed (if you haven't already done so).
PR https://github.com/cloudflare/cloudflare-php/pull/99