Delete group
Visibility: public · internal ( OpenAPI Custom Extension: x-visibility )
Delete a user group.
Authorization
bearerAuth AuthorizationBearer <token>
Bearer token authentication using OAuth2/OIDC tokens
In: header
Path Parameters
id*string
Unique group identifier
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.k0rdent.ai/v1/regions/global/iam/groups/string"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?