Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Delete key

DELETE/v1/organizations/{organizationId}/keys/{keyId}

Deletes API key. Only a key not used to authenticate the active request can be deleted.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the key.

    format: uuid
  • keyIdstringrequired

    ID of the key to delete.

    format: uuid

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
Navigation