Delete saved string queries by ID
DELETE/accounts/{account_id}/brand-protection/queries
Return a success message after deleting saved string queries by ID
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Delete saved string queries by ID
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/brand-protection/queries \
-X DELETE \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"