Delete organization
Visibility: internal · public ( OpenAPI Custom Extension: x-visibility )
Delete/deactivate organization and reclaim resources.
Authorization
bearerAuth AuthorizationBearer <token>
Bearer token authentication using OAuth2/OIDC tokens
In: header
Path Parameters
id*string
Unique organization identifier
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.k0rdent.ai/v1/regions/global/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"error": {
"code": 0,
"message": "string",
"details": [
{}
]
}
}{
"error": {
"code": 0,
"message": "string",
"details": [
{}
]
}
}{
"error": {
"code": 0,
"message": "string",
"details": [
{}
]
}
}{
"error": {
"code": 0,
"message": "string",
"details": [
{}
]
}
}How is this guide?