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