Delete a saved event query
DELETE/accounts/{account_id}/cloudforce-one/events/queries/{query_id}
Delete a saved event query by its 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 a saved event query
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cloudforce-one/events/queries/$QUERY_ID \
-X DELETE \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"