Skip to content

Instantly share code, notes, and snippets.

Application Permissions

List of AAD available application permissions


Permission Id
AgreementAcceptance.Read.All d8e4ec18-f6c0-4620-8122-c8b1f2bf400e
Agreement.ReadWrite.All c9090d00-6101-42f0-a729-c41074260d47
@slayer
slayer / cloudflare-delete-all-records.sh
Last active May 2, 2026 00:14
Delete all DNS records for specified zone
#!/bin/bash
TOKEN="xxxxxxxxxxxxxxxxxxx"
ZONE_ID=2222222222222222222222222
# EMAIL=me@gmail.com
# KEY=11111111111111111111111111
# Replace with
# -H "X-Auth-Email: ${EMAIL}" \
# -H "X-Auth-Key: ${KEY}" \