Skip to content

deleteCloudDirectKerberosCredential

DeleteCloudDirectKerberosCredential deletes an existing Kerberos credential for NCD systems.

Arguments

Argument Type Description
input (required) DeleteCloudDirectKerberosCredentialInput! Details for deleting the Kerberos credential.

Returns

Void

Sample

mutation DeleteCloudDirectKerberosCredential($input: DeleteCloudDirectKerberosCredentialInput!) {
  deleteCloudDirectKerberosCredential(input: $input)
}
{
  "input": {
    "clusterUuid": "00000000-0000-0000-0000-000000000000",
    "credentialId": 0
  }
}
{
  "data": {
    "deleteCloudDirectKerberosCredential": "example-string"
  }
}