`deno task webhooks list` prints the authenticated DID's subscriptions (id, url, method, verb). `deno task webhooks delete --id <id>` removes a single one — pair with `list` to pick which to drop instead of nuking everything via delete-all.
`deno task webhooks list` prints the authenticated DID's subscriptions (id, url, method, verb). `deno task webhooks delete --id <id>` removes a single one — pair with `list` to pick which to drop instead of nuking everything via delete-all.