I encountered an issue while using the Cloudflare API to update or add DNS A records. Following the API documentation (referenced links below), I attempted to use the respective request methods:
However, the API responded with the following error message:
{"result":null,"success":false,"errors":[{"code":9300,"message":"DNS record has 1 tags, exceeding the quota of 0."}],"messages":[]}
I’m unsure about the meaning of this error. It appears that I exceeded the tag limit when attempting to update or add DNS A records. Can anyone help me understand and resolve this issue? If you have any documentation or information related to tag limits for Cloudflare API, I would greatly appreciate your assistance.
Thank you in advance for your support and expertise! CommunityTip Error 9300