Skip to content

Commit 248ef29

Browse files
chore(api): update composite API spec
1 parent 1014d23 commit 248ef29

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2283
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a6c352830d1270d0abb5bb983058ea21815e1bb7d2e163965335dcb0e706f057.yml
3-
openapi_spec_hash: e3e8d9353d8e69b02fa345a95abbe336
3+
openapi_spec_hash: 7e533a6fd89dd8f0e686167bcd0a391a
44
config_hash: af64aebd155c327064f15fb62f55c6fc

src/cloudflare/resources/organizations/organizations.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ def delete(
260260
not contain any sub-organizations, accounts, members or users. (Currently in
261261
Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
262262
263+
**Access Control:** Restricted to enterprise organizations. Non-admin callers
264+
also require the `account_deletion` tenant flag.
265+
263266
Args:
264267
extra_headers: Send extra headers
265268
@@ -533,6 +536,9 @@ async def delete(
533536
not contain any sub-organizations, accounts, members or users. (Currently in
534537
Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
535538
539+
**Access Control:** Restricted to enterprise organizations. Non-admin callers
540+
also require the `account_deletion` tenant flag.
541+
536542
Args:
537543
extra_headers: Send extra headers
538544

0 commit comments

Comments
 (0)