v1
API
CLI
JS Client

Team / Integrations /

Delete SSH identity

Deletes an SSH identity.

Required permission

Account > Ssh > General > Delete

Path parameters

    • identityId

      string required
      ID of the SSH identity

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/integrations/ssh-identities/{identityId}

    DELETE /v1/teams/{teamId}/integrations/ssh-identities/{identityId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.