OrganizationService_DeleteOrganization
DELETE/auth/v3/partner/{metadata.partner}/organization/{metadata.name}
OrganizationService_DeleteOrganization
Request
Path Parameters
Partner to which the resource belongs
name of the resource
Query Parameters
Default value: system.k8smgmt.io/v3
API Version
API Version of the resource
Default value: Organization
Kind
Kind of the resource
Display Name
display name of the resource
Description
description of the resource
Labels
This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18
Annotations
This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18
Project
Project of the resource
Organization
Organization to which the resource belongs
Billing Address
Billing address of the organization
Active
Represents if this organization is active
Approved
Is this organization active
Type
Type of organization
Address Line 1
Address of the organization
Address Line 2
Address of the organization
City
City
Country
Country of the organization
Phone
Phone number of the organization
State
State of the organization
Zipcode
Zipcode
Is Private
Is Private Organization
Is TOTP Enabled
Is TOTP enabled at organization level
Clusters Shared
Are clusters shared
Enabled
Is lockout settings enabled?
Period Minutes
Lockout period in Minutes
Attempts
Max number of attempts before lockout
Idle Logout Minutes
Idle Logout time in minutes
Condition Type
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
Condition Status
status of the condition
Last Updated
when the condition status is last updated
Reason
reason of the last condition status
Responses
- 200
- 204
- 403
- 404
- default
A successful response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
Default value: system.k8smgmt.io/v3
API Version of the resource
Default value: Organization
Kind of the resource
metadata objectrequired
Metadata of the resource
name of the resource
display name of the resource
description of the resource
labels object
labels of the resource
annotations object
annotations of the resource
Project of the resource
Organization to which the resource belongs
Partner to which the resource belongs
spec objectrequired
Spec of the resource
Billing address of the organization
Represents if this organization is active
Is this organization active
Type of organization
Address of the organization
Address of the organization
City
Country of the organization
Phone number of the organization
State of the organization
Zipcode
Is Private Organization
Is TOTP enabled at organization level
Are clusters shared
settings object
Various settings like lockout, auto-logout configuration
lockout object
Lockout settings of the organization
Is lockout settings enabled?
Lockout period in Minutes
Max number of attempts before lockout
Idle Logout time in minutes
status object
Status of the resource
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
status of the condition
when the condition status is last updated
reason of the last condition status
{
"apiVersion": "system.k8smgmt.io/v3",
"kind": "Organization",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"billingAddress": "string",
"active": true,
"approved": true,
"type": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"country": "string",
"phone": "string",
"state": "string",
"zipcode": "string",
"isPrivate": true,
"isTotpEnabled": true,
"areClustersShared": true,
"settings": {
"lockout": {
"enabled": true,
"periodMin": 0,
"attempts": 0
},
"idleLogoutMin": 0
}
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.621Z",
"reason": "string"
}
}
- Schema
- Example (from schema)
Schema
Default value: system.k8smgmt.io/v3
API Version of the resource
Default value: Organization
Kind of the resource
metadata objectrequired
Metadata of the resource
name of the resource
display name of the resource
description of the resource
labels object
labels of the resource
annotations object
annotations of the resource
Project of the resource
Organization to which the resource belongs
Partner to which the resource belongs
spec objectrequired
Spec of the resource
Billing address of the organization
Represents if this organization is active
Is this organization active
Type of organization
Address of the organization
Address of the organization
City
Country of the organization
Phone number of the organization
State of the organization
Zipcode
Is Private Organization
Is TOTP enabled at organization level
Are clusters shared
settings object
Various settings like lockout, auto-logout configuration
lockout object
Lockout settings of the organization
Is lockout settings enabled?
Lockout period in Minutes
Max number of attempts before lockout
Idle Logout time in minutes
status object
Status of the resource
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
status of the condition
when the condition status is last updated
reason of the last condition status
{
"apiVersion": "system.k8smgmt.io/v3",
"kind": "Organization",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"billingAddress": "string",
"active": true,
"approved": true,
"type": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"country": "string",
"phone": "string",
"state": "string",
"zipcode": "string",
"isPrivate": true,
"isTotpEnabled": true,
"areClustersShared": true,
"settings": {
"lockout": {
"enabled": true,
"periodMin": 0,
"attempts": 0
},
"idleLogoutMin": 0
}
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.621Z",
"reason": "string"
}
}
Returned when organization is deleted successfully.
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
Returned when the user does not have permission to access the resource.
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
Returned when the resource does not exist.
- application/json
- application/yaml
- Schema
Schema
string
- Schema
Schema
string
An unexpected error response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
- Array [
- ]
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}