videosphere
    Preparing search index...
    • Clears a stored credential for the authenticated owner.

      Parameters

      • req: NextRequest

        Incoming request.

      • context: { params: Promise<{ kind: string }> }

        Route params with credential kind.

      Returns Promise<
          | NextResponse<LiveTranslationChannelOwnerView>
          | NextResponse<{ error: string; message: string; statusCode: number }>,
      >

      Updated owner channel view.