v1
Northflank docs for LLMs
API
CLI
JS Client

Org / Api Tokens /

Delete a key from an API token

Removes a key from an API token.

Required permission

Account > Admin > ApiTokens > Update

Path parameters

    • tokenId

      string required
      ID of the API token
    • keyId

      string required
      UUID of the API token key

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/tokens/{tokenId}/keys/{keyId}

    DELETE /v1/teams/{teamId}/tokens/{tokenId}/keys/{keyId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.

    northflank.com / Terms / Privacy / feedback@northflank.com