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