|
73 | 73 | } |
74 | 74 | ], |
75 | 75 | "paths": { |
| 76 | + "/": { |
| 77 | + "delete": { |
| 78 | + "summary": "Delete this Organization", |
| 79 | + "description": "Permanently delete this Organization.", |
| 80 | + "tags": [ |
| 81 | + "orgDetails" |
| 82 | + ], |
| 83 | + "operationId": "DeleteMyOrganization", |
| 84 | + "x-operation-group": "organizationDetails", |
| 85 | + "x-operation-name": "delete", |
| 86 | + "x-auth0-rate-limit": { |
| 87 | + "$ref": "#/components/schemas/XAuth0RateLimitWrite" |
| 88 | + }, |
| 89 | + "x-release-lifecycle": "EA", |
| 90 | + "x-swagger-docs": true, |
| 91 | + "security": [ |
| 92 | + { |
| 93 | + "OAuth2ClientCredentials": [ |
| 94 | + "delete:my_org:organizations" |
| 95 | + ] |
| 96 | + }, |
| 97 | + { |
| 98 | + "OAuth2AuthCode": [ |
| 99 | + "delete:my_org:organizations" |
| 100 | + ] |
| 101 | + } |
| 102 | + ], |
| 103 | + "parameters": [], |
| 104 | + "responses": { |
| 105 | + "204": { |
| 106 | + "$ref": "#/components/responses/DeleteMyOrganizationResponse" |
| 107 | + }, |
| 108 | + "401": { |
| 109 | + "$ref": "#/components/responses/ClientErrorUnauthorizedResponse" |
| 110 | + }, |
| 111 | + "403": { |
| 112 | + "$ref": "#/components/responses/ClientErrorInsufficientScopeResponse" |
| 113 | + }, |
| 114 | + "429": { |
| 115 | + "$ref": "#/components/responses/ClientErrorTooManyRequestsResponse" |
| 116 | + } |
| 117 | + }, |
| 118 | + "x-codeSamples": [] |
| 119 | + } |
| 120 | + }, |
76 | 121 | "/config": { |
77 | 122 | "get": { |
78 | 123 | "summary": "Get My Organization API configuration", |
|
3928 | 3973 | } |
3929 | 3974 | } |
3930 | 3975 | }, |
| 3976 | + "DeleteMyOrganizationResponse": { |
| 3977 | + "description": "The organization was successfully deleted.", |
| 3978 | + "headers": { |
| 3979 | + "X-RateLimit-Limit": { |
| 3980 | + "$ref": "#/components/headers/X-RateLimit-Limit" |
| 3981 | + }, |
| 3982 | + "X-RateLimit-Remaining": { |
| 3983 | + "$ref": "#/components/headers/X-RateLimit-Remaining" |
| 3984 | + }, |
| 3985 | + "X-RateLimit-Reset": { |
| 3986 | + "$ref": "#/components/headers/X-RateLimit-Reset" |
| 3987 | + }, |
| 3988 | + "Retry-After": { |
| 3989 | + "$ref": "#/components/headers/Retry-After" |
| 3990 | + }, |
| 3991 | + "X-Auth0-Error-Kind": { |
| 3992 | + "$ref": "#/components/headers/X-Auth0-Error-Kind" |
| 3993 | + } |
| 3994 | + } |
| 3995 | + }, |
3931 | 3996 | "DeleteOrganizationDomainResponse": { |
3932 | 3997 | "description": "The domain was successfully removed from the organization.", |
3933 | 3998 | "headers": { |
|
0 commit comments