Batch delete custom fonts
Delete 1-100 custom fonts in a single request. The response is always `200 OK` for a valid request body.
Per-font results are reported in the `deleted` and `failed` arrays.
The endpoint is idempotent: fonts that do not exist appear in `failed` with `name: "NotFound"` rather than
failing the entire request. You can safely retry a partial failure by re-sending only the IDs that did not
appear in `deleted`.
Required scope | `sites:write`